在Linux Mint 17.3上安装python 3.5 [英] Installing python 3.5 on Linux Mint 17.3

查看:58
本文介绍了在Linux Mint 17.3上安装python 3.5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对linux还是很陌生,并且想使用python,因为它是我在学校学习的语言.我已经在网上查看并检查我当前的版本是2.7,这对我来说并不好,因为我正在学习python3.但是,我听说更改系统的python版本可能非常糟糕,所以我不知道该怎么做:(另外,有没有一种方法可以像在Windows中那样使用它,例如打开IDLE并打开一个新的shell在其中编写代码,因为我在互联网上能找到的就是如何通过终端在python中编写代码我不想做.

I am very new to linux and want to use python as it is the language I am learning at school. I have looked online and checked my current version is 2.7 which is no good to me as I am learning python 3. However, I have heard that changing your systems python version can be very bad so I don't know what to do :(. Also, is there a way to use it like you can in windows such as opening the IDLE and opening a new shell to write your code in there, because all I can find on the internet is how to write code in python through the terminal which I do not want to do.

谢谢.

推荐答案

Mint17.3中的默认python3是python3.4,您可以使用ppa:fkrull安装python3.5.

The default python3 in Mint17.3 is python3.4, and you can use ppa:fkrull to install python3.5.

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update; 
sudo apt-get install python3.5

这篇关于在Linux Mint 17.3上安装python 3.5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆