build - Building NumPy 1.7.1 on Ubuntu -
i'm newby in both ubuntu , python, please bear me. need functionality included in numpy 1.7.1. ubuntu 12.04 lte, however, comes numpy 1.6.x, , sudo apt-get update doesn't higher.
so went sourceforge , followed instructions given here in userguide.pdf. have made to:
python setup.py build --fcompiler=gnu95
, i.e. have (from seems like, successfully) built numpy 1.7.1. question is: do now? should move directories somewhere, if yes, where? userguide.pdf stops here , doesn't give more information.
this first time, i'm ever trying this, please kind ;-).
when install python package source do
python setup.py build [options] python setup.py install --user
the last step install package in ~/.local/lib/pythonx.x/site-packages/. directory scanned before system directories (so version used). furthermore don't need sudo , don't risk mess apt installs
Comments
Post a Comment