After minimizing the installation of Python8, I installed Python3.8.1. I looked for tutorials online, but none of them were completely successful. Or the installation is successful, but pip cannot be used. Finally, I compiled a command based on multiple tutorials, tested it successfully, and there were no problems with installation and use. yum -y install wget yum -y install setup yum -y install perl yum install openssl-devel -y yum install zlib-devel -y yum -y groupinstall "Development tools" yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel yum install -y libffi-devel zlib1g-dev yum install zlib* -y yum install libffi-devel -y wget https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tar.xz tar -xvJf Python-3.8.1.tar.xz mkdir /usr/local/python3 cd Python-3.8.1 ./configure --prefix=/usr/local/python3 --enable-optimizations --with-ssl make && make install ln -s /usr/local/python3/bin/python3 /usr/local/bin/python3 ln -s /usr/local/python3/bin/pip3 /usr/local/bin/pip3 pip3 install --upgrade pip Today I looked at the installation program of Baota and found that Python 3.6 can be quickly installed with the following command yum install python3 python3-devel -y ln -sf /usr/bin/python3 /usr/bin/python After installation, use the following command to upgrade PIP and it can be used normally. Summarize The above is the tutorial on how to install Python3.8+pip on Centos8 (minimized installation) introduced by the editor. I hope it will be helpful to everyone! You may also be interested in:
|
<<: Vue plugin error: Vue.js is detected on this page. Problem solved
>>: How to use echarts to visualize components in Vue
This article shares the installation tutorial of ...
Detailed description of media device type usage: ...
Table of contents Determine whether a record alre...
Requirement: When displaying data in a list, ther...
My page today also had garbled characters, so I s...
This article is translated from the blog Usability...
There was a problem when installing the compresse...
Table of contents 1. Download MySQL 2. Unzip the ...
This article uses an example to illustrate the us...
There are many read-write separation architecture...
HTML Design Pattern Study Notes This week I mainl...
Table of contents Preface Hello World image Set b...
selinux ( Security-Enhanced Linux) is a Linux ker...
I recently wrote a script for uploading multiple ...
123WORDPRESS.COM provides you with the FileZilla ...