📜  如何卸载所有 python 包 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:46.357000             🧑  作者: Mango

代码示例6
pip freeze | xargs pip uninstall -y