1. 首页
  2. 数据库
  3. 其它
  4. Python在centos7.6上安装python3.9的详细教程(默认python版本为2.7.5)

Python在centos7.6上安装python3.9的详细教程(默认python版本为2.7.5)

上传者: 2021-02-01 07:16:03上传 PDF文件 72.15KB 热度 13次
# 查看下centos7.6上的python版本 [root@registry ~]# cat /etc/redhat-release Linux release 7.6.1810 (Core) [root@registry ~]# python --version Python 2.7.5 为什么要升级呢?因为要部署一些软件,需要python3的支持!!!不得不装啊!!! 部署python3.9,并进入到python3虚拟环境: python3.9.0下载地址:https://www.python.org/ftp/python/3.9.0/ # 开启yum的缓存功能,yum安装软件包是在
下载地址
用户评论