本人使用的是centos
在安裝了epel源的情況下尤辱,直接yum就可以安裝python3.4
yum install python34 -y
python3 --version
沒有自帶pip3懈凹,從官網(wǎng)安裝
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懈凹,從官網(wǎng)安裝
wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip3 -V