- pip is configured with locations that require TLS/SSL
- Could not fetch URL https://pypi.org/simple/pip/
解决pip is configured with locations that require TLS/SSL
如果安装过python3,但是没有添加 --with-openssl=/usr/local/openssl
#安装openssl
yum install -y openssl-devel
#重装python,如果已经make过了,就先make clear清理一下
./configure --prefix=/usr/local/python3 --with-openssl=