我已经在 Ubuntu 14.04 上安装了 Anaconda。Anaconda 安装了 Python3.6。我已经有 Python2.7(Ubuntu 默认)和 Python3.4(我在 Anaconda 之前安装)。
尽管 Anaconda 使导入包变得更加容易,但我无法将代码保存在“.py”文件中。Anaconda 有 ipython(看起来像空闲的 shell)、jupyter(保存在 '.ipynb' 中),但没有提供将其保存为扩展名为 '.py' 的脚本。我想要 IDLE 提供的“.py”脚本。
当我输入终端
anand@anand-dell:~$ python
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
但是当我单击空闲时,它默认为
Python 3.4.3 (default, Nov 28 2017, 16:41:13)
[GCC 4.8.4] on linux
Type "copyright", "credits" or "license()" for more information.
如何安装 python3.6 IDLE?