# mkdir /apps/Python-3.4.
解压源码包,进入源码包
[root@LB_81 Python-3.4.]# 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.]# ./configure --prefix=/apps/Python-3.4./
[root@LB_81 Python-3.4.]#make&&make install