1. Download Python 3 wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz 2. Decompression [root@mycentos ~]# tar -xzvf Python-3.7.0.tgz First create a compilation directory: [root@mycentos ~]# mkdir /usr/local/python3 Python 3.7 version requires a new package libffi-devel. After installing this package, compile and install it again. [root@mycentos ~]# yum install -y libffi-devel Then compile and install: [root@mycentos ~]# cd Python-3.7.0 [root@mycentos ~]# ./configure --prefix=/usr/local/python3 [root@mycentos ~]# make [root@mycentos ~]# make install Create a soft link: [root@mycentos ~]# ln -s /usr/local/python3/bin/python3 /usr/bin/python3 View version: [root@mycentos ~]# python3 -V Python 3.7.0 Installation Complete! The above are all the knowledge points and detailed steps introduced this time. Thank you for your support of 123WORDPRESS.COM. You may also be interested in:
|
<<: Summary of the use of special operators in MySql
>>: JavaScript canvas to achieve meteor effects
Preface Tomcat is an excellent Java container, bu...
This article example shares the specific code of ...
Table of contents concept Array Destructuring Dec...
CSS combination selectors include various combina...
Table of contents Preface 👀 Start researching 🐱🏍...
We often use click events in the a tag: 1. a href=...
Preface This article lists several common, practi...
environment Centos 6.6 MySQL 5.7 Install If the s...
I am very happy to attend this episode of potato ...
1. I downloaded QT5.13 version before, but after ...
1. Browser rendering mode and doctype Some web pa...
Table of contents 1. Resource files 2. Installati...
1. Construction components 1. A form must contain...
Ubuntu Server 16.04 MySQL 8.0 installation and co...
Preface add_header is a directive defined in the ...