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

2020-10-03 Thread Chris Tse
New submission from Chris Tse : Following up on https://bugs.python.org/issue37369 as it was advised to open a new issue regarding case sensitivity. I am on Windows 10 running Version 10.0.19041 Build 19041. I am experiencing the same problem in that issue when using venv on Powershell. The

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

2020-10-03 Thread Chris Tse
Change by Chris Tse : -- type: -> behavior ___ Python tracker <https://bugs.python.org/issue41925> ___ ___ Python-bugs-list mailing list Unsubscrib

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

2020-10-03 Thread Chris Tse
Chris Tse 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

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

2020-10-04 Thread Chris Tse
Chris Tse added the comment: Another update: After a full shutdown from yesterday and trying again today, everything seems to be working now, including activating the venv via: 1. python -m venv myenv 2. .\myenv\Scripts\activate (not Activate.ps1, though that work too, is this intended