Created
April 26, 2017 13:49
-
-
Save ltpitt/551f84c76f8838a72359fce3a04776cb to your computer and use it in GitHub Desktop.
Force pip reinstall of a specified tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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