Python删除全部已安装的pip包

pip freeze > allpackages.txt
pip uninstall -r allpackages.txt -y

你可能感兴趣的:(python,Linux,python,pip)