Mac, brew and several python versions in /opt/homebrew/bin/python3* #61
Replies: 4 comments
-
The solution I have for the moment is, if I need, say Python 3.9, I do: |
Beta Was this translation helpful? Give feedback.
-
virtualenv accepts a |
Beta Was this translation helpful? Give feedback.
-
To be honest, I never used |
Beta Was this translation helpful? Give feedback.
-
I see that this is a very old discussion, but since it's still open and just in case someone else wonders if this is possible:
|
Beta Was this translation helpful? Give feedback.
-
I'm wondering if there's a way of creating a virtualenv with
mkvirtualenv
using an specific python version rather the than the latest one (3.11).I have /opt/homebrew/bin/python3.[8-11] and sometimes I want to create an virtualenv with python 3.8.
I tried
export VIRTUALENVWRAPPER_PYTHON=/opt/homebrew/bin/python3.8
before doingmkvirtualenv ...
but that does not work, or it's not enough.Beta Was this translation helpful? Give feedback.
All reactions