一、下载

  手动或者命令都行

  wget http://www.python.org/ftp/python/2.7.12/Python-2.7.12.tar.xz

 

 二、解压:

            #xz -d Python-2.7.6.tar.xz
            #tar xvf Python-2.7.6.tar
            #cd Python-2.7.6

            #./configure

三、编译,安装:

            #make & make install

相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2021-11-27
  • 2021-06-11
  • 2022-01-09
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2021-06-18
  • 2021-12-16
  • 2021-09-16
  • 2022-02-21
相关资源
相似解决方案