davidmarble / virtualenvwrapper-win

Port of Doug Hellmann's virtualenvwrapper to Windows batch scripts
Other
461 stars 106 forks source link

when used in within powershell, the workon command does not work #125

Closed ambowater closed 2 years ago

ambowater commented 2 years ago

no effect.

Please note that manually calling activate.ps1 works.

thebjorn commented 2 years ago

That is per design (from the readme):

However, they only work in the regular command prompt. They will not work in Powershell. There are other virtualenvwrapper projects out there for Powershell.