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

在 Ubuntu 上安装 Python 3.5

时间:2017-09-29 00:23:22      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:bsp   lib   boot   setup   bootstrap   python   --   python3.5   nbsp   

安装 Python 3.5:
sudo apt-get install python3.5
sudo apt-get install python3.5-dev
sudo apt-get install libncurses5-dev

 

安装新版pip:
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
sudo pip3 install setuptools --upgrade
sudo pip3 install ipython[all]

在 Ubuntu 上安装 Python 3.5

标签:bsp   lib   boot   setup   bootstrap   python   --   python3.5   nbsp   

原文地址:http://www.cnblogs.com/HixiaoDi/p/7608824.html

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