redhat安装python3.8


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

(0)
上一篇 2022年7月29日
下一篇 2022年7月29日

相关推荐

发表回复

登录后才能评论