在centos6上面安装python3.4

mkdir -p /work
cd /work
gwet https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz
tar -axf Python-3.4.3.tar.xz
cd Python-3.4.3
./configure
make
make install
原文地址:https://www.cnblogs.com/liyou-blog/p/4496538.html