【发布时间】: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