letsencypt安装python环境出现错误
2018-07-18 本文已影响0人
松撻
提示错误:We were not be able to guess the right solution from your pip output.
网上搜了一下;是因为certbot-auto 自动升级失败的问题。
所以删掉/root/.pip/pip.conf使用官方镜像就解决问题了。
但是路径不一定是这样的,所以先find / -name pip.conf显示路径之后删除,重新安装就好了。