Using virtualenv I can set the python version to a specific virtual environment via th -p option. This means for different environments I can set different python versions. Is there a similar possibility for virtualenvwrapper? Please note I dont want to set a system wide version used in ALL virtual environments. I would like to have the flexibility it to set the python version on virtual environment level.
-
Were you able to set a specific python version in virtualenvwrapper?andrew– andrew2017-04-13 20:26:33 +00:00Commented Apr 13, 2017 at 20:26
Add a comment
|