下载并解压:
1 wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz
2 tar -xzvf Python-3.7.2.tgz
进入目录:
cd Python-3.7.2
编译:
./configure --prefix=/usr/local/python3
安装:
make
make insatll
缺少依赖包导致:
执行:yum -y install zlib* 安装依赖包即可
仍缺少组件