vote up 2 vote down star
1

How can I update Numpy into the newest one? Should I download .dmg file from here:

http://sourceforge.net/projects/numpy/files/

This .dmg is only for 10.5? I installed numpy using these instructions:

http://www.scipy.org/Installing_SciPy/Mac_OS_X

My current Numpy is 1.2.1. I'm running on Mac OS X 10.6.1 Snow Leopard. Thanks!

flag

2 Answers

vote up 2 vote down check

sudo easy_install -U numpy

Installing via setuptools will get the new numpy on the sys.path for non-system utilties (I've been told that some Apple utilities rely on the system-numpy). In general, setuptools will "do the right" thing on OS X.

link|flag
vote up -2 vote down

Use the scipy superpack for all that stuff! It will make your life WAY easier.

link|flag
It seems that superpack is not working yet with Snow Leopard. – keijo Oct 5 at 14:26
It takes some extra work: hlady.net/programming/2009/… – Matt Ball Oct 5 at 15:10
There is also a pretty non-superpack walkthrough at blog.hyperjeff.net/?p=160. Did you even try googling "numpy snow leopard" before you posted on SO? – Matt Ball Oct 5 at 15:18
I tried googling it, and this was the most helpful information I found. – Prairiedogg Nov 11 at 1:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.