📌  相关文章
📜  如何删除所有点数 - Python 代码示例

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

代码示例2
type "pip freeze" to get list of all installed packages.
Copy all the names into a text file name it pkg.txt
then type the following "pip uninstall -r pkg.txt"
you will be asked to proceed type "y" and enter