Linux 安装 Python3.5
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 安装 Python3.5相关的知识,希望对你有一定的参考价值。
1. 准备
操作系统:Red Hat Enterprise Linux Server release 6.5 (Santiago)
Python 安装包:Python-3.5.2.tgz
下载地址:https://www.python.org/downloads/
2. 安装
- tar zxvf Python-3.5.2.tgz
- cd Python-3.5.2
- ./configure --prefix=/usr/local/python35
- make
- make install
以上是关于Linux 安装 Python3.5的主要内容,如果未能解决你的问题,请参考以下文章