Python 默认版本是2.4.3的,如果需要使用其他版本的需要下载安装

 

1.下载安装

# cd /usr/local/src  
# wget https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tgz     

 

2.解压

# tar -zxvf Python-2.7.11.tgz  
# cd Python-2.7.11
# ./configure # make all # make install

 

相关文章:

  • 2022-12-23
  • 2021-09-14
  • 2021-05-05
  • 2021-06-26
  • 2022-01-06
  • 2022-02-08
  • 2022-01-28
  • 2021-12-15
猜你喜欢
  • 2021-07-13
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
相关资源
相似解决方案