Last active
September 11, 2015 16:32
-
-
Save reidransom/2c699837044898ec6227 to your computer and use it in GitHub Desktop.
Setup a python3 venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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