First method Alibaba Cloud and Baidu Cloud servers are available! ! ! Second method 1. Download the compressed package of python3.6.5 wget http://cdn.npm.taobao.org/dist/python/3.6.5/Python-3.6.5.tgz 2. Unzip the compressed package 3. Installation cd Python-3.6.5 yum install -y zlib* yum install -y gcc If it appears: cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.repo.backup Check the system version: Select the appropriate version of the source: http://mirrors.163.com/.help/centos.html wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo yum clean all yum makecache Then directly: Then it still reports an error. . . . The reason is that the CentOS6 version cannot install python3 directly from the source, but CentOS7 can! ! ! Summarize The above are two ways to install Python3 on Linux servers introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Explanation of the usage scenarios of sql and various nosql databases
>>: js to realize the production method of carousel
Prepare: MySQL 8.0 Windows zip package download a...
Today I suddenly thought of reviewing the producti...
Table of contents The effect of mixed inheritance...
1. pc-reset PC style initialization /* normalize....
The operating environment of this tutorial: Windo...
Online shopping mall database-user information da...
HTML forms are used to collect different types of...
background The Agile model is widely used, and te...
Introduction MySQL 5.7 aims to be the most secure...
Table of contents Environmental Description Docke...
1. Summary: In general, they can be divided into ...
1. Windows Server 2019 Installation Install Windo...
Table of contents First look at the effect: accom...
Table of contents Variable Scope The concept of c...
Preface In the early stages of some projects, dev...