cd /opt

wget https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tgz 

tar xzf Python-3.8.3.tgz 

cd Python-3.8.3
sudo ./configure --enable-optimizations
sudo make altinstall

 

参考链接:​​https://blog.eldernode.com/install-python-3-8-on-centos/​

黄世宇/Shiyu Huang's Personal Page:​​https://huangshiyu13.github.io/​