我正在尝试在 centos 上安装 python 3.6.9。以下是我所做的:
1. tar -xvf Python-3.6.9.tar
2. cd Python-3.6.9
3. ./configure --prefix=/usr/local/python3.6 --enable-optimizations
4. make
5. make install
但就是无法连接。
然后,我尝试从下载 zlibhttps://centos.pkgs.org/7/centos-x86_64/zlib-devel-1.2.7-18.el7.x86_64.rpm.html到我的本地计算机,然后安装它。但我得到了:
有人可以帮帮我吗:如何在 centos 上安装 python?