Skip to content

Instantly share code, notes, and snippets.

@SXHRYU
Created August 11, 2023 08:15
Show Gist options
  • Save SXHRYU/32e73faf287396b77adb02c4d66f6c58 to your computer and use it in GitHub Desktop.
Save SXHRYU/32e73faf287396b77adb02c4d66f6c58 to your computer and use it in GitHub Desktop.
Uninstall all packages in pip
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