标签:cal openssl https make conf pen www tar prefix
yum install gcc gcc-c++
yum install make
yum -y install zlib*
yum install libffi-devel
yum install openssl-devel
wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz
tar xf Python-3.7.4.tgz
cd Python-3.7.4
./configure --with-ssl --prefix=/usr/local/python3
make -j8 && make install
标签:cal openssl https make conf pen www tar prefix
原文地址:https://www.cnblogs.com/zhangjxblog/p/12168358.html