klzgrad / naiveproxy

Make a fortune quietly
BSD 3-Clause "New" or "Revised" License
6.31k stars 868 forks source link

support build with windows #643

Closed Chilledheart closed 4 weeks ago

Chilledheart commented 1 month ago

Under windows, official python installation path contains space such as "/c/Program Files/Python311/python".

Need escape PYTHON environment variable with quotes in bash script.

klzgrad commented 4 weeks ago

Simplify it, don't extend existing duct tape with more duct tapes: Use python3 at all time.

Chilledheart commented 4 weeks ago

Simplify it, don't extend existing duct tape with more duct tapes: Use python3 at all time.

Sadly, there is no python3 in python's official windows installer.

klzgrad commented 4 weeks ago

https://github.com/klzgrad/naiveproxy/commit/9ce5b852b8dd5c940c55aa574fe572d1336e6461

Always use python for windows.