【问题标题】:python3 not linked with idlepython3未与空闲链接
【发布时间】:2015-04-14 08:16:23
【问题描述】:

我的系统上安装了 python3.4.0。 今天想安装python3.4.3,所以下载了源码安装。 不过我的idle还是python3.4.0 而当我在终端中输入 python3 时,它显示 python3.4.3。

我的旧版本上也安装了 pandas,它仍然可以在我的空闲(与 3.4.0 链接)上使用,但不能与 python3.4.3 一起使用。

我的问题是我如何才能坚持使用 python3.4.3 并让一切都在其中运行。

【问题讨论】:

  • 你使用什么样的系统,你是如何安装 Python 的? CPython Windows 安装程序将用 3.4.3 替换 3.4.0。你是如何开始空闲的?

标签: python-3.x pandas pip python-idle


【解决方案1】:

我在 cmets 中问了一些问题。但是,以python3 -m idlelib 启动Idle 将使用以python3 启动的任何python 启动Idle。既然你说python3启动3.4.3,上面应该运行Idle 3.4.3。

【讨论】:

    猜你喜欢
    • 2015-12-12
    • 2017-07-29
    • 1970-01-01
    • 2020-11-30
    • 2021-03-02
    • 1970-01-01
    • 2013-07-26
    • 1970-01-01
    • 2014-06-03
    相关资源
    最近更新 更多