Skip to content

Instantly share code, notes, and snippets.

@instaBOT
Created September 28, 2015 14:17
Show Gist options
  • Save instaBOT/b8c1c1979c958a7e84e1 to your computer and use it in GitHub Desktop.
Save instaBOT/b8c1c1979c958a7e84e1 to your computer and use it in GitHub Desktop.
install pip for Python2
#!/usr/bin/env bash
cd
set -e
# https://pip.pypa.io/en/latest/installing/
wget -q https://bootstrap.pypa.io/get-pip.py
sudo python2 get-pip.py
rm get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment