Centos8 最小化安装后安装python3方法
1、查看当前系统版本方法[root@localhost ~]# cat /etc/redhat-releaseCentOS Linux release 8.1.1911 (Core)[root@localhost ~]#

3、没有gcc编译的时候会报错的yum install gcc -y

5、make && make install 之前先yum install make -y。因为操作系统是最小化安装的。

7、出现“Successfully”和版本号表明安装python3.8.2成功了
