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/
原创文章,作者:wdmbts,如若转载,请注明出处:https://blog.ytso.com/277658.html