I've downloaded the python binary file and then opened it in my home folder using
tar xzvf Python-2.7.3.tgz
This seems to work and when I run
~/Python-2.7.3/python
it works great. However when I try to import numpy, apparently it is not included. I've downloaded the numpy binary and opened it in my home directory but python still will not find it. Is there somewhere special that I have to put the numpy folder so that Python will find it?