Skip to content

Instantly share code, notes, and snippets.

@orejuelajd
Last active February 4, 2017 03:21
Show Gist options
  • Save orejuelajd/5cffa8ed98f26e8efb1741ef0269acdf to your computer and use it in GitHub Desktop.
Save orejuelajd/5cffa8ed98f26e8efb1741ef0269acdf to your computer and use it in GitHub Desktop.

Install Pip with Curl and Python:

We can also use curl and python to download and install Pip:

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python get-pip.py

Verify the installation

View a list of helpful commands:

pip --help
pip -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment