centos7快速安装python3和pip3

一、添加epel源

yum install epel-release

二、安装Python3.4,装完再升级吧

yum install python34

三、安装pip3

yum install python34-setuptools

easy_install-3.4 pip

之后就可以使用pip3了,如:

pip3 install numpy

转载至:https://blog.csdn.net/E770679957/article/details/73718870

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章