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
相關文章
相關標籤/搜索