Linux 安装 Python3.5

1. 准备python

操做系统:Red Hat Enterprise Linux Server release 6.5 (Santiago)操作系统

Python 安装包:Python-3.5.2.tgz下载

  下载地址:https://www.python.org/downloads/ant

2. 安装make

  • tar zxvf Python-3.5.2.tgz
  • cd Python-3.5.2
  • ./configure --prefix=/usr/local/python35
  • make
  • make install
相关文章
相关标签/搜索