请注意,本文编写于 1560 天前,最后修改于 1446 天前,其中某些信息可能已经过时。
源码安装
wget https://wp.0x49.cc/linux/python/Python-3.9.1.tgz
tar -xvzf Python-3.9.1.tgz
cd Python-3.9.1
yum install -y gcc zlib* openssl*
./configure --prefix=/usr/local/python39
make && make install && make clean && make distclean
更新时间:2020年12月10日17:10:42