Centos 6.5 Python 3.5 PIP TLS/SSL报错

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

下载python3.5源代码
sudo ./configure --enable-optimizations --with-ensurepip=install
sudo make altinstall

原文地址:https://www.cnblogs.com/bionexit/p/13300431.html