daboross / screeps-starter-python

Starter Python AI for screeps, the JavaScript MMO game
MIT License
159 stars 62 forks source link

Add venv pip location in Windows environments #6

Closed jim-hart closed 6 years ago

jim-hart commented 6 years ago

build.py fails during execution of install_env() because possible_pip_binary_paths() doesn't include Scripts/ in any of the search paths, which is only a problem for virtual environments created on Windows-based system. PR adds that path to the list of possible pip locations.

daboross commented 6 years ago

Thank you!

Glad to have more support for Windows-based systems.