I already installed Python 3.9.2 as it supports ARM64 as recommended in Python.org
I created a virtual environment after that using python3 -m venv py39
Now I need to have another environment but with Python 3.8.8 as Tensorflow is supporting 3.8 only.
How could I create another virtual environment with Python 3.8 while maintaining the other 3.9 env.
In case of asking me to use conda
, Does conda support Mac M1 ARM64 as it doesn't according to my search
I found same question asked many times but for windows and answers are very old like: Use different Python version with virtualenv 11 Years ago