Skip to content

Instantly share code, notes, and snippets.

@mazocode
Created January 29, 2018 07:48
Show Gist options
  • Save mazocode/8329fa44d43c802650c74323f02386da to your computer and use it in GitHub Desktop.
Save mazocode/8329fa44d43c802650c74323f02386da to your computer and use it in GitHub Desktop.
Full reinstallation with upgrade of python packages
#!/bin/bash
sudo pip install --upgrade -force-reinstall `pip freeze --local | tr '\n' ' ' | sed 's/==[0-9,.]* / /g'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment