aresxin

在安装了epel源的情况下,直接yum就可以安装python3.4

#yum install python34 -y
# python3 --version
Python 3.4.5

 没有自带pip3,需要从官网安装

#wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
#python3 get-pip.py
#pip3 -V
pip 9.0.1 from /usr/lib/python3.4/site-packages (python 3.4

检查是否安装成功

# python
python      python2     python2.6   python3     python3.4   python3.4m 

 

分类:

技术点:

相关文章:

  • 2021-10-10
  • 2021-08-19
  • 2021-06-26
  • 2022-12-23
  • 2021-09-30
  • 2021-09-30
  • 2021-10-10
猜你喜欢
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
相关资源
相似解决方案