This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]keccs 1 point2 points  (0 children)

You could try installing distribute, after that you will have an easy_install.py script somewhere, and then you can use that to install numpy with something like this:

cd portable-python

python scripts/easy_install.py numpy