Created
August 5, 2017 17:13
-
-
Save pyliaorachel/02c1c2fe4ea81181a5c6da2e4e4192d8 to your computer and use it in GitHub Desktop.
Uninstall editable packages
This file contains hidden or 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
| pip3 uninstall $(basename $(find . -name '*.egg-info') .egg-info) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment