Answers for "how to remov all site packages installed by python on system"

0

python3 remove all packages

pip freeze | xargs pip uninstall -y
Posted by: Guest on May-24-2021

Code answers related to "how to remov all site packages installed by python on system"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language