Skip to content

Instantly share code, notes, and snippets.

@Markbnj
Created August 23, 2015 02:48
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 Markbnj/e90a8536ffb0a74d39b7 to your computer and use it in GitHub Desktop.
Save Markbnj/e90a8536ffb0a74d39b7 to your computer and use it in GitHub Desktop.
Install updated pip
# get rid of the version installed with ubuntu
sudo apt-get remove --auto-remove python-pip
# get the official installer
wget https://bootstrap.pypa.io/get-pip.py
# install it
sudo -H python get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment