【发布时间】:2013-12-30 08:04:03
【问题描述】:
我正在尝试使用库 matplotlib,但无法使其与 python3 一起使用。我发现的python 2.7.3解释器没有问题。 python3 需要采取哪些步骤才能访问此库?
【问题讨论】:
-
抱歉,我是新手
-
您使用的是哪个版本的 Ubuntu?
-
也许this 对你有用:)。请确保您的
python命令是 python3 二进制文件。在 ubuntu 中通常是python3。 -
@atupal,我一直在使用 python3 命令。 python 运行 python 2.7.3。这是我应该改变的吗?
-
@DavisYoshida:不,没关系。
标签: python-3.x ubuntu-12.04 python-module