【源码安装/卸载python】
可以重新源码安装,此时需要记录安装文件细节,可通过--record XX来记录,如:python setup.py install --record setup.log
这时所有的安装细节都写到log里了想要卸载的时候cat setup.log | xagrs rm -rf
就可以卸载了
Python知识库
原文:https://www.cnblogs.com/lukas9527/p/15038815.html