1. 程式人生 > >centos 7 安裝python3

centos 7 安裝python3

epel-release

epel

yum install epel-release

webtatic

rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

python

yum install python36

pip

下載

wget https://bootstrap.pypa.io/get-pip.py

安裝

python36 get-pip.py