Skip to content

Instantly share code, notes, and snippets.

@zubairalam
Forked from amacinho/install-pip.py
Last active August 31, 2015 12:13
Show Gist options
  • Save zubairalam/26b6efa68f9147988c9a to your computer and use it in GitHub Desktop.
Save zubairalam/26b6efa68f9147988c9a to your computer and use it in GitHub Desktop.
install pip
# install pip via apt-get
sudo apt-get install python-pip python-dev build-essential
sudo pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment