I have Python 3.9.12 installed. However I want Python version lower than 3.9 to be running inside a venv (and keep Python 3.9 for other projects). How can I do this? I am using VS code and Terminal there.
I have run source ./venv/bin/activate
I have Python 3.9.12 installed. However I want Python version lower than 3.9 to be running inside a venv (and keep Python 3.9 for other projects). How can I do this? I am using VS code and Terminal there.
I have run source ./venv/bin/activate