增加 –record 參數重新安裝軟件包,執行命令: python ./setup.py install --record install.txt 刪除安裝文件,執行命令: cat install.txt | xargs rm -rf