Uninstall all packages with pip.
Command
Note that this command skips your check of the packages you will uninstall.
terminal
$ pip freeze | xargs pip uninstall -y
Uninstall all packages with pip.
Note that this command skips your check of the packages you will uninstall.
$ pip freeze | xargs pip uninstall -y
mktia's note
Research & Engineering / Blockchain / Web Dev
Tags
© 2017-2025 mktia. All rights reserved.