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

 

posted @ 2017-08-14 12:38  bass  阅读(313)  评论(0编辑  收藏  举报