Skip to content

Instantly share code, notes, and snippets.

@runozo
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save runozo/37ae10f2665e453c4d3f to your computer and use it in GitHub Desktop.
Save runozo/37ae10f2665e453c4d3f to your computer and use it in GitHub Desktop.
Create a Python3 virtual environment on Ubuntu 14.04 (fix bug https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1290847)
pyvenv-3.4 --without-pip env
source env/bin/activate
curl https://bootstrap.pypa.io/get-pip.py | python
deactivate
source env/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment