davidmarble / virtualenvwrapper-win

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

Run virtualenv as a script #126

Closed CorentinMAG closed 2 years ago

CorentinMAG commented 2 years ago

run virtualenv as a script

fix the error I was facing with python3.10 : "virtualenv"' is not recognized as an internal or external command

thebjorn commented 2 years ago

This seems to fail on every other python version...

thebjorn commented 2 years ago

Python 3.10 seems to be working for me (and the updated Actions). Do you perhaps have an old virtualenv?

CorentinMAG commented 2 years ago

After investigation it seems that was because of my python installation method. I downloaded python with chocolatey from an elevated prompt and there was some conflict between administrator / regular users

So I think the PR is not relevant and I'm gonna close it