yum update 

yum list python*     //查看可安装python包

yum install python34.i686_64

 

 

wget https://bootstrap.pypa.io/get-pip.py  下载 pip安装脚本

python get-pip.py  安装pip

 

相关文章:

  • 2022-12-23
  • 2021-06-02
  • 2021-06-23
  • 2021-08-06
  • 2022-12-23
  • 2021-11-19
  • 2021-11-22
猜你喜欢
  • 2021-06-24
  • 2021-06-29
  • 2021-07-13
  • 2021-08-03
  • 2022-12-23
  • 2022-02-08
  • 2021-06-26
相关资源
相似解决方案