Skip to content

Instantly share code, notes, and snippets.

@pamo
Created November 17, 2013 05:12
Show Gist options
  • Save pamo/7509558 to your computer and use it in GitHub Desktop.
Save pamo/7509558 to your computer and use it in GitHub Desktop.
Fix Python virtualenv on OS X Mavericks
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