# Ubuntu/Debian apt-get install python3-venv python3 -m venv .venv source .venv/bin/activate # python 2 python -m virtualenv env