我现在正在使用 Mountain Lion,并且我已经使用 macports 安装了 python27 和 numpy。问题是我无法从 python 导入 numpy。据我所知,Mountain Lion的默认python是python 2.7。
我已经尝试使用两个 python(默认 - 2.7.2 和端口 - 2.7.3)“导入 numpy”。它适用于默认值,但不适用于 python 2.7.3。
我已经使用“端口选择”选择了 2.7.3。
这些是一些端口命令的结果:
$ port installed|grep python
python24 @2.4.6_10 (active)
python27 @2.7.3_0
python27 @2.7.3_1 (active)
python_select @0.3_1 (active)
$ port installed|grep numpy
py24-numpy @1.6.2_0 (active)
py27-numpy @1.6.2_0 (active)
我真的需要将 numpy 与使用 macports 安装的 python 2.7.3 一起使用。
有人知道吗?