python creating a virtual environment

1
python3 -m venv env

python activating a virtual environment

1
source env/bin/activate