Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Created December 8, 2015 11:55
Show Gist options
  • Save anubhavsinha/45571065d5af09269cf1 to your computer and use it in GitHub Desktop.
Save anubhavsinha/45571065d5af09269cf1 to your computer and use it in GitHub Desktop.
installing python pip on linux
wget https://bootstrap.pypa.io/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