centos6安裝python3.4和pip3

 

 

在安裝了epel源的狀況下,直接yum就能夠安裝python3.4python

yum install python34 -y
python3 --version

沒有自帶pip3,從官網安裝bootstrap

wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
python3 get-pip.pypip3 -V
相關文章
相關標籤/搜索