Skip to content

Instantly share code, notes, and snippets.

@seanthegeek
Created June 30, 2018 13:27
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 seanthegeek/d82b426eb9ff4dc2a206b755023e326f to your computer and use it in GitHub Desktop.
Save seanthegeek/d82b426eb9ff4dc2a206b755023e326f to your computer and use it in GitHub Desktop.
A script update all pip packages
sudo apt-get install -y curl python3 pkg-config libcurl4-nss-dev glib2.0-dev libcairo2-dev gobject-introspection libgirepository1.0-dev libasound2-dev
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python3 get-pip.py
sudo -H pip install pip-review
sudo -H pip install -U --ignore-installed pycurl
sudo -H pip-review --auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment