pip工具使用防止警告请确定安装:yum install python-devel openssl-devel
家目录vim .pip/pip.conf 文件下创建并添加如下:
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
或者豆瓣源
http://pypi.douban.com/simple/
本文转自残剑博客51CTO博客,原文链接http://blog.51cto.com/cuidehua/1767843如需转载请自行联系原作者
cuizhiliang