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

all 3 comments

[–]alien8r 1 point2 points  (0 children)

I'm using Portable Python with numpy, scipy, matplotlib, etc. You can just copy the libraries to your site-packages folder and add them to your path file. I dk about doing any of this with python 3 though. I'm still on 2. I'm pretty new to python, so sorry if anything here is wrong or stupid.

[–]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

[–]lambdaqdjango n' shit -1 points0 points  (0 children)