python源码安装

# mkdir /apps/Python-3.4.7
解压源码包,进入源码包
[root@LB_81 Python-3.4.7]# ls
aclocal.m4    configure.ac  install-sh  Makefile.pre.in  Parser         Python
config.guess  Doc           Lib         Misc             PC             README
config.sub    Grammar       LICENSE     Modules          PCbuild        setup.py
configure     Include       Mac         Objects          pyconfig.h.in  Tools
[root@LB_81 Python-3.4.7]# ./configure --prefix=/apps/Python-3.4.7/
[root@LB_81 Python-3.4.7]#make&&make install
原文地址:https://www.cnblogs.com/bass6/p/7357162.html