问题描述
我想在已经安装了Python 2.7的Windows XP计算机上运行IPython(版本0.12)。
I want to run IPython (version 0.12) on my Windows XP computer on which I already have Python 2.7 installed.
我是通过Windows二进制安装程序安装的,但是安装后IPython没有显示在菜单中,并且无法使用命令窗口启动,尽管在C:路径中创建了一个IPython文件夹。
I installed via the Windows binary installer, but after installation IPython did not show up in the menu and could not be started with the command window, though a IPython folder was created in the C: path.
我也尝试过另一个下载选项(tar.gz和zip),但又失败了。
I also tried the other download option (tar.gz and zip), but again failed.
有人可以帮忙吗?
推荐答案
需要distribute / setuptools来创建开始菜单条目。下载并运行以安装分发,然后再次尝试使用可执行安装程序进行安装。
distribute/setuptools is needed to create the start menu entries. Download and run this script to install distribute, then try the installation with the executable installer again.
它可能不在您的路径上,但在某处也应该有 ipython.exe
。我认为它就像 C:\Python2.7 \Scripts\
。
It may not be on your path, but there should also be an ipython.exe
somewhere. I think it's somewhere like C:\Python2.7\Scripts\
.
这篇关于启动IPython的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!