Created
June 2, 2012 14:41
-
-
Save wbotelhos/2858681 to your computer and use it in GitHub Desktop.
Pip and Virtualenv on Unix
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
curl -O http://python-distribute.org/distribute_setup.py | |
sudo python distribute_setup.py | |
sudo easy_install pip | |
sudo pip install virtualenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment