Created
November 17, 2013 05:12
-
-
Save pamo/7509558 to your computer and use it in GitHub Desktop.
Fix Python virtualenv on OS X Mavericks
This file contains 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 rm distribute_setup.py | |
sudo easy_install pip | |
sudo pip install virtualenv | |
sudo pip install virtualenvwrapper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment