Skip to content

Instantly share code, notes, and snippets.

@xemoe
Created May 29, 2015 10:30
Show Gist options
  • Save xemoe/f9b58860ccb941db5eaf to your computer and use it in GitHub Desktop.
Save xemoe/f9b58860ccb941db5eaf to your computer and use it in GitHub Desktop.
Ubuntu 14.04 install python pip

Install python-pip

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" && sudo python get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment