# 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

 

相关文章:

  • 2021-12-27
  • 2021-10-16
  • 2021-10-24
  • 2021-10-31
  • 2021-09-05
  • 2022-01-28
  • 2021-10-21
  • 2021-12-14
猜你喜欢
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
相关资源
相似解决方案