Skip to content

Instantly share code, notes, and snippets.

@jfrost
Last active February 19, 2019 09:51
Show Gist options
  • Save jfrost/aaffbb907887d84cf463 to your computer and use it in GitHub Desktop.
Save jfrost/aaffbb907887d84cf463 to your computer and use it in GitHub Desktop.
Fix broken python pip in Ubuntu
#!/bin/bash
sudo apt-get purge -y python-pip
cd /tmp
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment