【发布时间】:2016-10-11 17:19:12
【问题描述】:
我目前在 Raspberry Pi 上的 IDLE(我从“python 3”、“programming”、“menu”打开)中使用 python 3.2.3。 为了解决this problem 的问题,我试图让我的 IDLE 运行 python 3.5。
如果我进入终端,我已经运行 Python 3.5
python3
但 IDLE 仍然使用 Python 3.2.3
有什么想法吗?
编辑: 我意识到它实际上是 this 问题的重复,但由于提问者没有指定他们想要 IDLE 版本,所以回答者没有回答问题的意图。
【问题讨论】:
-
操作系统是 Raspbian 吗?
-
@Gator_Python 对不起,应该提到。是的
标签: python linux python-3.x raspberry-pi