安装python3

Posted 吾谨受教!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装python3相关的知识,希望对你有一定的参考价值。

yum install gcc gcc-c++
yum install make
yum -y install zlib*
yum install libffi-devel
yum install openssl-devel
wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz
tar xf Python-3.7.4.tgz
cd Python-3.7.4
./configure --with-ssl --prefix=/usr/local/python3
make -j8 && make  install

以上是关于安装python3的主要内容,如果未能解决你的问题,请参考以下文章

scrapy按顺序启动多个爬虫代码片段(python3)

python常用代码片段总结

学习 PyQt5。在我的代码片段中找不到错误 [关闭]

在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途

PHP代码-psysh调试代码片段工具

VIM 代码片段插件 ultisnips 使用教程