python源码安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python源码安装相关的知识,希望对你有一定的参考价值。

# mkdir /apps/Python-3.4.7
解压源码包,进入源码包
[[email protected]_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
[[email protected]_81 Python-3.4.7]# ./configure --prefix=/apps/Python-3.4.7/
[[email protected]_81 Python-3.4.7]#make&&make install

 

以上是关于python源码安装的主要内容,如果未能解决你的问题,请参考以下文章

Python代码阅读(第19篇):合并多个字典

[未解决问题记录]python asyncio+aiohttp出现Exception ignored:RuntimeError('Event loop is closed')(代码片段

Python代码阅读(第26篇):将列表映射成字典

Android 逆向类加载器 ClassLoader ( 类加载器源码简介 | BaseDexClassLoader | DexClassLoader | PathClassLoader )(代码片段

Python代码阅读(第41篇):矩阵转置

Python代码阅读(第25篇):将多行字符串拆分成列表