regisf / virtualenvwrapper-powershell

A mimic of the VirtualEnvWrapper project but with Powershell
MIT License
109 stars 28 forks source link

[Bug] [Windows] After activating the virtual environment, it doesn't change where pip points at. #32

Open lasersPew opened 1 year ago

lasersPew commented 1 year ago

More information:

python(this works)

> where.exe python*.exe
C:\Users\lasersPew\Envs\web\Scripts\python.exe
C:\Users\lasersPew\Envs\web\Scripts\pythonw.exe
C:\Users\lasersPew\AppData\Local\Microsoft\WindowsApps\python.exe
C:\Users\lasersPew\AppData\Local\Microsoft\WindowsApps\python3.11.exe
C:\Users\lasersPew\AppData\Local\Microsoft\WindowsApps\python3.exe
C:\Users\lasersPew\AppData\Local\Microsoft\WindowsApps\pythonw.exe
C:\Users\lasersPew\AppData\Local\Microsoft\WindowsApps\pythonw3.11.exe
C:\Users\lasersPew\AppData\Local\Microsoft\WindowsApps\pythonw3.exe

pip(this doesn't work)

C:\Users\lasersPew\AppData\Local\Microsoft\WindowsApps\pip.exe
C:\Users\lasersPew\AppData\Local\Microsoft\WindowsApps\pip3.11.exe
C:\Users\lasersPew\AppData\Local\Microsoft\WindowsApps\pip3.exe

Software Information: Windows 11 tried both in VSCode and Windows Terminal