Skip to content

Instantly share code, notes, and snippets.

@rafaelhdr
Created January 3, 2016 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelhdr/f466b1a64f9180f53a9e to your computer and use it in GitHub Desktop.
Save rafaelhdr/f466b1a64f9180f53a9e to your computer and use it in GitHub Desktop.
# Install pip on Ubuntu
# Source: http://www.saltycrane.com/blog/2010/02/how-install-pip-ubuntu/
sudo apt-get install python-pip python-dev build-essential
sudo pip install --upgrade pip
sudo pip install --upgrade virtualenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment