美文网首页
CentOS 安装Python3

CentOS 安装Python3

作者: 乱七八糟的心情 | 来源:发表于2019-01-21 19:03 被阅读0次
wget -O python3.tgz https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgz
tar xf python3.tgz
./configure
make
make install
  • 应该是通过源码安装软件的常规操作吧,通过wget下载源码到本地,解压,安装,关键点主要是找到源码的网站地址。

相关文章

网友评论

      本文标题:CentOS 安装Python3

      本文链接:https://www.haomeiwen.com/subject/bvlhjqtx.html