欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

[python]如何在centos中安装python3

程序员文章站 2022-05-30 23:14:04
...

参考:https://www.rosehosting.com/blog/how-to-install-python-3-6-4-on-centos-7/

 

sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm

sudo yum update

sudo yum install -y python36u python36u-libs python36u-devel python36u-pip

python3.6 -V