Create venv

Linux distros

pip install venv
python3 -venv ~/env/py1

Windows

pip install virtualenv
python -m venv py1

Enter venv
Exit venv