如何强制 iPython 使用旧版本的 Python?

发布于 2024-10-17 22:03:14 字数 273 浏览 5 评论 0原文

我在工作中必须使用一个非常过时的 python 版本(2.4),所以我想告诉 ipython 使用该版本而不是系统上的默认版本。我怎样才能做到这一点?

(我知道有一个重复的问题,但接受的答案对我不起作用,因为我的系统上只有一个 ipython,并且没有其他软件包需要安装)

I have to use a very outdated version of python (2.4) at work, so I'd like to tell ipython to use that version instead of the default one on the system. How can I do that?

( I know there is a dupe question, but the accepted answer doesn't work for me, because I only have one ipython on my system, and there are no other packages to install )

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

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

发布评论

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

评论(1

π浅易 2024-10-24 22:03:14

使用其他 Python 版本的可执行文件安装它。

python2.9 setup.py install

Install it using the other Python version's executable.

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