他の場所で提案されているように、macports は複数のアーキテクチャとバージョンの MacOsX + で正常に動作し、更新などが可能です。
$ port search numpy
py-numpy @1.3.0 (python)
The core utilities for the scientific library scipy for Python
py25-numpy @1.3.0 (python)
The core utilities for the scientific library scipy for Python
py25-symeig @1.4 (python, science)
Symeig - Symmetrical eigenvalue routines for NumPy.
py26-numpy @1.3.0 (python)
The core utilities for the scientific library scipy for Python
py26-scikits-audiolab @0.10.2 (python, science, audio)
Audiolab is a python toolbox to read/write audio files from numpy arrays
Found 5 ports.
$
あなたの場合、単に発行します:
$ sudo port install py26-numpy
または、自分でコンパイルする必要がある場合は、HJBlogの手順が非常に役立ちます。テストしたところ、matplotlib の 64 ビット バージョンを簡単にコンパイルできました。