I'm a newby in both Ubuntu and Python, so please bear with me. I need some functionality included in NumPy 1.7.1. My Ubuntu 12.04 LTE, however, comes with NumPy 1.6.x, and sudo apt-get update doesn't get it any higher.
So I went to sourceforge and followed the instructions given here in userguide.pdf. I have made up to:
python setup.py build --fcompiler=gnu95
, i.e. I have (from what it seems like, successfully) built NumPy 1.7.1. The question is: what do I do now? Should I move some directories somewhere, if yes, where? The userguide.pdf just stops here and doesn't give any more information.
This is the first time, I'm ever trying this, so please be kind ;-).