【问题标题】:What's the difference between using easyintall-2.6 and easy install-2.7 to install ipython使用easyintall-2.6和easy install-2.7安装ipython有什么区别
【发布时间】:2011-09-13 08:23:34
【问题描述】:

我在 Mac OS X Lion 上安装 ipython 如下: How to install iPython on Snow Leopard

当我在我的 Mac 上执行此操作时 sudo /usr/bin/easy_install-2.6 python

原来我原来安装了easy_install-2.5、2.6、2.7!

然后我选择easy_install-2.7安装python,就可以了。

但是如果我用 2.5、2.6 版本的 easy_install 安装 ipython 会怎样? 这背后是怎么回事?

【问题讨论】:

    标签: python macos ipython easy-install


    【解决方案1】:

    它将为系统上安装的不同版本的 Python 安装 IPython。为每个版本启动 IPython 将为相应版本的 Python 提供一个 shell。

    【讨论】:

    • 谢谢!我明白了。所以 easy_install 包含在 Mac OS 上的 Python 安装中。如果您安装不同版本的 Python,您将拥有不同版本的 easy_install,就像一对一的关系。
    猜你喜欢
    • 2021-09-08
    • 2014-07-16
    • 2012-03-11
    • 2012-09-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-11-07
    • 2021-01-15
    相关资源
    最近更新 更多