本人使用的是centos
在安装了epel源的情况下,直接yum就可以安装python3.4
yum install python34 -y
python3 --version
没有自带pip3,从官网安装
wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip3 -V
本人使用的是centos
在安装了epel源的情况下,直接yum就可以安装python3.4
yum install python34 -y
python3 --version
没有自带pip3,从官网安装
wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip3 -V
本文标题:linux下yum安装python3
本文链接:https://www.haomeiwen.com/subject/cvwafftx.html
网友评论