This file contains 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
# fix pip | |
curl https://bootstrap.pypa.io/ez_setup.py | sudo python2.7 | |
sudo python2.7 -m pip install -U pip | |
sudo pip2.7 install -U setuptools |