Create a Python venv

Python
python -m venv .venv && source .venv/bin/activate