Centos install Python3

One, epel source installation

First install epel source:

yum install epel-release

Query yum's python3 status with epel source:

Repository epel is listed more than once in the configuration
abrt-addon-python3.noarch                 2.1.11-50.el7                epel     
boost-python36.x86_64                     1.53.0-30.el7                epel     
boost-python36-devel.x86_64               1.53.0-30.el7                epel     
boost-python36-static.x86_64              1.53.0-30.el7                epel     
boost169-mpich-python3.x86_64             1.69.0-2.el7                 epel     
boost169-mpich-python3-devel.x86_64       1.69.0-2.el7                 epel 

It can be seen from the above that we can install python3, python34, and python36. Then I take the installation of python36 as an example, the following is the script for installing python36 and its corresponding pip:

yum install python36 python36-pip

After installation, you can use it directly, just run python3 or python36 or python3.6 command, library installation uses pip3 or pip3.6 command.

Recommended Posts

Centos7 install Python2.7
Centos install Python3
CentOS6.8 install python2.7
CentOS + Python3.6+
1.5 Install Centos7
Centos 7.5 python3.6
CentOS7 install python3 and pip3
Centos6 install python3 pip3 ipython3
CentOS 6 compile and install python 3
Centos7.3 install nginx
CentOS7.2 install Mysql5.7.13
CentOS install Redmine
CentOS7 install MySQL
ubuntu18.04 install python2
Centos7 install protobuf
CentOS 7 install Docker
CentOS7 install GlusterFS
CentOS7 upgrade python3
CentOS 7.4 install Zabbix 3.4
CentOS7 install Docker
Centos6.5 install Tomcat
Vmware install CentOS6
CentOS 7 install Hadoop 3.0.0
Python - centos6 installation
Centos 7.6 install seleniu
CentOS 7.3 install Zabbix3
Centos7 install LAMP+PHPmyadmin
CentOS install mysql
CentOS install openjdk 1.8
CENTOS6.5 install CDH5.12.1 (1)
CentOS quickly install Python3 and pip3
How to install Python 3.8 on CentOS 8
CentOS install PHP
CentOS6 install mist.io
Centos7 install Docker
CentOS7 install mysql
How to install Python on CentOS 8
centOs install rabbitMQ
CentOS 7 install MySQL 5.6
Centos7 install Nginx
CentOS6.5 install CDH5.13
Centos7 install docker18
centos7 install docker
CentOS install jdk
centos7 install nginx-rtmp
CentOS8 install MySQL8.0
Centos6.3 install KVM
CentOS install PostgreSQL 9.1
CentOS7 install mysql8
CentOS 7 install Java 1.8
CentOS8 install fastdfs6.06
CentOS 7 install Gitlab
Centos 7 install PostgreSQL
CentOS7 install MySQL8
CentOS 7 install Java 1.8
CentOS 6 install Docker
Install Python3 and Py under CentOS7
centos 6.5 install zabbix 4.4
Centos8 install Docker
CentOS install nodejs 8
ubuntu18.04 install python