Created
August 11, 2023 08:15
-
-
Save SXHRYU/32e73faf287396b77adb02c4d66f6c58 to your computer and use it in GitHub Desktop.
Uninstall all packages in pip
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 freeze | sed 's/=.*//g' | xargs pip uninstall -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment