码迷,mamicode.com
首页 > 编程语言 > 详细

Linux 安装 Python3.5

时间:2016-11-17 19:35:47      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:准备   figure   download   prefix   3.5   red hat   tar   操作   linux 安装   

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

标签:准备   figure   download   prefix   3.5   red hat   tar   操作   linux 安装   

原文地址:http://www.cnblogs.com/RUReady/p/6074503.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!