I am trying to create a virtual environment using python3 -m venv env which is supposed to create a virtual environment with the current python version.
python3 -m venv env
Howe