Py3k 和 IPython

发布于 2024-08-22 15:08:33 字数 172 浏览 7 评论 0原文

我正在升级到 Python 3,但似乎找不到它的 IPython 版本。主要的 IPython 发布页面 没有列出任何合适的内容。任何让 IPython 为 Py3k 工作的帮助将不胜感激。

I'm moving on up to Python 3, but can't seem to find an IPython release for it. The main IPython release page doesn't list anything appropriate. Any help in getting IPython working for Py3k would be much appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

转角预定愛 2024-08-29 15:08:34

请参阅 ipython dev 邮件列表

编辑:请参阅 Ipython 3 page - 现在(2011年1月)它说有一个Python 3版本,仅源代码版本

编辑:现在iPython 直接支持 python 3。

See the ipython dev mailing list

EDIT : see the Ipython 3 page - where now (Jan 2011) it says there is a version for python 3 in source code version only

EDIT: and now iPython supports python 3 directly.

顾忌 2024-08-29 15:08:34

Python 3 支持已经存在相当长一段时间了。您不需要不同的版本。 IPython 支持现代版本的 Python 2 和 3。您只需使用适当的解释器 python3 ipython.py 运行 IPython。您可以通过使用 Python3 解释器运行 setup.py 在 Python3 上安装 IPython。

Python 3 support has been around for a fairly long time now. You don't need a different version. IPython supports modern versions of Python 2 and 3. You just run IPython with the appropriate interpreter, python3 ipython.py. You can install IPython on Python3 by running setup.py with your Python3 interpreter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文