查看python的版本

 python -V
查看版本。
下载2.7.9的版本
wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
解压缩
tar -zxvf Python-2.7.9.tgz
cd Python-2.7.9
./configure
make all
make install
 

相关文章:

  • 2022-02-27
  • 2022-12-23
  • 2021-12-26
  • 2021-09-28
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
猜你喜欢
  • 2022-02-20
  • 2021-07-15
  • 2022-12-23
  • 2021-08-14
相关资源
相似解决方案