Skip to content

Instantly share code, notes, and snippets.

@cmbaughman
Created September 17, 2014 17:39
Show Gist options
  • Save cmbaughman/f0d9472233b4771f7b9b to your computer and use it in GitHub Desktop.
Save cmbaughman/f0d9472233b4771f7b9b to your computer and use it in GitHub Desktop.
Quickly create python 3.4 virtual environment.
pyvenv-3.4 --without-pip venv
source venv/bin/activate
cd venv
curl -LO https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
python3.4 get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment