Skip to content

Instantly share code, notes, and snippets.

@leveled
Created August 3, 2019 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leveled/505311e33eb5219fa7fab81a649dcd58 to your computer and use it in GitHub Desktop.
Save leveled/505311e33eb5219fa7fab81a649dcd58 to your computer and use it in GitHub Desktop.
Fix pip issues on ubuntu
sudo python3 -m pip uninstall pip && sudo apt install python3-pip --reinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment