Creating virtual environments:
python3 -m venv /path/to/venv
Activate:
# Bash source ./venv/bin/activate