我已经在 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?
idlelib
从 cpython 存储库下载: https ://minhaskamal.github.io/DownGit/#/home?url=https://github.com/python/cpython/tree/3.6/Lib/idlelib水蟒的提取
idlelib
物site-packages
。/usr/local/bin/idle
使用以下内容创建。(记得修改第一行以更正Anaconda python的路径)您需要先激活 conda 环境如果您尚未创建任何环境,请尝试以下命令
在此之后,您将能够使用命令在 anaconda 中启动空闲
并停用环境使用
或者