pip freeze -> r.txt
pip uninstall -r r.txt -y
卸载全部pip包
最新推荐文章于 2025-02-28 10:28:22 发布
pip freeze -> r.txt
pip uninstall -r r.txt -y