http://docs.python-guide.org/en/latest/dev/virtualenvs/ cd ~/venvs python3 -m venv NAME cd NAME . bin/activate pip3 install --upgrade pip pip3 install wheel