Centos install python

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