python setup.py install 安装、删除。
# python install 安装、卸载 python setup.py install --record files.txt cat files.txt | xargs rm -rf
posted on 2015-04-15 13:39 jsingsunck 阅读(803) 评论(0) 收藏 举报
记录一些用到的方法。。。
# python install 安装、卸载 python setup.py install --record files.txt cat files.txt | xargs rm -rf
posted on 2015-04-15 13:39 jsingsunck 阅读(803) 评论(0) 收藏 举报