Skip to content

Instantly share code, notes, and snippets.

View ciarancourtney's full-sized avatar

Ciaran Courtney ciarancourtney

  • ABB
  • Dublin, Ireland
View GitHub Profile
@ciarancourtney
ciarancourtney / fix_pip.sh
Created July 4, 2018 10:30
Fix pip on old python2.7 system installs
# 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