如何强制 iPython 使用旧版本的 Python?
我在工作中必须使用一个非常过时的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用其他 Python 版本的可执行文件安装它。
Install it using the other Python version's executable.