Created
March 18, 2019 13:35
-
-
Save jamiely/a0993e50ae4b5e346197b28ea10d53db to your computer and use it in GitHub Desktop.
Uninstall pip packages
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
pip list | grep -v pip | grep -v setuptools | grep -v powerline | awk '{ print $1 }' | xargs -I'{}' pip uninstall -y {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment