Compile and install Python appear "pip is configured with locations that require TLS / SSL, however the ssl ....."

ubuntu:

sudo apt-get install libssl-dev

cenos:

sudo yum install openssl-devel

Recompile:

./configure --enable-optimizations
make && make install

 

Guess you like

Origin www.cnblogs.com/steinven/p/11698498.html