On Ubuntu first, install the venv of the specific python version
sudo apt install python3.9-venv
python3.9 -m venv myenv //specify the python version. This will create the virtual env “myenv”
On Ubuntu first, install the venv of the specific python version
sudo apt install python3.9-venv
python3.9 -m venv myenv //specify the python version. This will create the virtual env “myenv”