下载并编译 Python 源代码,指定新的 OpenSSL 路径
下载并编译 Python 源代码,指定新的 OpenSSL 路径
wget https://www.python.org/ftp/python/3.x.x/Python-3.x.x.tar.xztar xvf Python-3.x.x.tar.xzcd Python-3.x.x./configure --with-openssl=/usr/local/opensslXXXmake && sudo make install
wget https://www.python.org/ftp/python/3.x.x/Python-3.x.x.tar.xztar xvf Python-3.x.x.tar.xzcd Python-3.x.x./configure --with-openssl=/usr/local/opensslXXXmake && sudo make install