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

linux 下安装 python3

时间:2017-06-22 18:31:27      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:执行   解压   www   3.5   figure   install   依次   路径   linu   

ython3.5 源码路径:https://www.python.org/ftp/python/3.5.0/Python-3.5.0.tar.xz

1.下载
wget https://www.python.org/ftp/python/3.5.0/Python-3.5.0.tar.xz

2. 解压
tar -Jxvf [原文件名].tar.xz

3.进入 解压路径
cd [原文件名]

4.依次执行以下命令
./configure
make
make install

linux 下安装 python3

标签:执行   解压   www   3.5   figure   install   依次   路径   linu   

原文地址:http://www.cnblogs.com/huangyuezhen/p/7066204.html

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