davidmarble / virtualenvwrapper-win

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

"workon.bat" can't be used in powershell #128

Closed kuguazhiwang closed 1 year ago

kuguazhiwang commented 1 year ago

"workon.bat" can't be used in powershell

thebjorn commented 1 year ago

This out of the scope of this project. From the README:

These scripts should work on any version of Windows (Windows XP, Windows Vista, Windows 7/8/10).

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