Skip to content

Instantly share code, notes, and snippets.

@ltpitt
Created April 26, 2017 13:49
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 ltpitt/551f84c76f8838a72359fce3a04776cb to your computer and use it in GitHub Desktop.
Save ltpitt/551f84c76f8838a72359fce3a04776cb to your computer and use it in GitHub Desktop.
Force pip reinstall of a specified tool
# Reinstall Python package present in the current folder
sudo pip install . --upgrade --force-reinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment