Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created June 2, 2012 14:41
Show Gist options
  • Save wbotelhos/2858681 to your computer and use it in GitHub Desktop.
Save wbotelhos/2858681 to your computer and use it in GitHub Desktop.
Pip and Virtualenv on Unix
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