Created
October 5, 2019 00:09
-
-
Save dsudduth/7f77d5f4b9befbce80fd28d60ab27b51 to your computer and use it in GitHub Desktop.
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
| # Replace <search-term> with the package prefix. | |
| pip freeze | grep <search-term> | xargs pip uninstall -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment