Start a Virtual Environment in Python 3

python3 -m venv ./env Activate the virtual environment with: source env/bin/activate