离线安装

卸载用 make install 编译安装:

make uninstall

离线安装:swig

下载 http://www.swig.org/download.html,

解压tar包

 ./configure

make

make install

openssl-devel安装包下载:openssl-devel-1.0.2k-19.el7.x86_64.rpm

http://www.rpmfind.net/linux/rpm2html/search.php?query=openssl-devel(x86-64)

对于python setup.py install安装的包怎么卸载

可直接删除那个包的文件就行,简单粗暴。
也可以执行命令行:pip uninstall XXX。

参考

http://blog.sina.com.cn/s/blog_170e659260102wwux.html

https://blog.csdn.net/chengcheng95588/article/details/78847431

原文地址:https://www.cnblogs.com/yu121/p/14804626.html