Centos install python 草帽lufei 2023-10-13 35 阅读1分钟 wget https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz xz -d Python-3.7.3.tar.xz tar -xvf Python-3.7.3.tar cd Python-3.7.3 ./configure make