[issue41925] Lowercase path to python.exe in pip.exe from venv is throwing error

Chris Tse report at bugs.python.org
Sun Oct 4 00:14:19 EDT 2020


Chris Tse <christse at hey.com> added the comment:

UPDATE:

After some further investigation, it seems like even on cmd and seeing the (myenv) indicator, it actually seems to be falling back to system pip and installing packages globally. Running `.\myenv\Scripts\pip.exe` actually throws that same error. CMD just seems to fallback to system pip and silently fails the desired venv pip, unlike Powershell.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41925>
_______________________________________


More information about the Python-bugs-list mailing list