Skip to content

Instantly share code, notes, and snippets.

@reidransom
Last active September 11, 2015 16:32
Show Gist options
  • Save reidransom/2c699837044898ec6227 to your computer and use it in GitHub Desktop.
Save reidransom/2c699837044898ec6227 to your computer and use it in GitHub Desktop.
Setup a python3 venv
pyvenv-3.4 ~/venv/myvenv --without-pip
. ~/venv/myvenv/bin/activate
curl -O https://bootstrap.pypa.io/ez_setup.py
python ez_setup.py
easy_install pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment