venv

sudo apt install python3-venv
python3 -m venv foobar
source foobar/bin/activate
deactivate