标签:linu readline firewalld 依赖 sel selinux 关闭 ssl user
系统环境: CentOS7.6删除原有的python2.7
[root@rhel7 user1]# rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps
[root@rhel7 user1]# whereis python|xargs rm -frv
一、下载python3.8版本
[root@rhel7 Python-3.8.0]# wget http://npm.taobao.org/mirrors/python/3.8.0/Python-3.8.0.tgz
二、解压
[root@rhel7 Python-3.8.0]# tar -xzf Python-3.8.0.tgz
三、进入解压后的目录并预设值
[root@rhel7 Python-3.8.0]# ./configure --prefix=/usr/local/python3.8
四、编译并安装
[root@rhel7 Python-3.8.0]# make && make install
标签:linu readline firewalld 依赖 sel selinux 关闭 ssl user
原文地址:https://blog.51cto.com/kangxi/2532699