CentOS安装python3环境
CentOS7.4安装python3环境 (Python 3.8.1) (stable version, Dec.18, 2019)
# 1.从官网下载Python 3.8.1 - Dec. 18, 2019 [stable version] [_235_47_centos ~]# wget https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz # 2.解压至/usr/local [_235_47_centos ~]# tar -xvf Python-3.8.1.tar.xz -C /usr/local # 3.生成Makefile [_235_47_centos ~]# cd /usr/local/Python-3.8.1 [_235_47_centos Python-3.8.1]# ./configure # 4.编译解压 [_235_47_centos Python-3.8.1]# make -j 8 && make install # 5.验证下是否安装成功 [_235_47_centos Python-3.8.1]# python3 --version Python 3.8.1
相关推荐
chuckchen 2020-10-31
Will0 2020-10-12
Dreamhome 2020-10-09
xirongxudlut 2020-09-28
星辰大海的路上 2020-09-13
chaochao 2020-08-31
猪猪侠喜欢躲猫猫 2020-08-17
快递小可 2020-08-16
shengge0 2020-07-26
巩庆奎 2020-07-21
张文倩数据库学生 2020-07-19
xirongxudlut 2020-07-18
Ericbig 2020-07-18
kyelu 2020-07-09
liangzhouqu 2020-07-07
GuoSir 2020-06-28
chaigang 2020-06-27
pythonxuexi 2020-06-25