python setup.py install安装的包如何卸载 在使用源码安装的过程中,记录安装文件细节,如: python setup.py install --record log 这时所有的安装细节都写到log里了 想要卸载的时候 cat log | xagrs rm -rf