Created
September 28, 2015 14:17
-
-
Save instaBOT/b8c1c1979c958a7e84e1 to your computer and use it in GitHub Desktop.
install pip for Python2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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