Skip to content

Instantly share code, notes, and snippets.

@Shellbye
Created April 29, 2016 01:45
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 Shellbye/0da8088b9809ba65cce48a98c084367d to your computer and use it in GitHub Desktop.
Save Shellbye/0da8088b9809ba65cce48a98c084367d to your computer and use it in GitHub Desktop.
Install pip on CentOS7.2
# http://www.liquidweb.com/kb/how-to-install-pip-on-centos-7/
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