Skip to content

Instantly share code, notes, and snippets.

@thedrow
Created June 18, 2013 22:15
Show Gist options
  • Select an option

  • Save thedrow/5809958 to your computer and use it in GitHub Desktop.

Select an option

Save thedrow/5809958 to your computer and use it in GitHub Desktop.
Reinstall pip on all python versions
for p in /usr/bin/python?.?;
do
sudo easy_install-{p#python} pip
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment