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.
build.py
fails during execution ofinstall_env()
becausepossible_pip_binary_paths()
doesn't includeScripts/
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 possiblepip
locations.