On Mon, Dec 15, 2014 at 9:36 PM, Ted Kord <[email protected]> wrote: > Hi Johannes > > <module 'numpy' from > '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/__init__.pyc'>
This is not good. It is using numpy from MacPorts. > is the result of PATH=$PWD/default/bin:$PATH > > PYTHONPATH=$PWD/default/lib/python2.7/site-packages python -c "import > numpy;print numpy" That command was supposed to be on one line. Can you please try this instead: export PATH=$PWD/default/bin:$PATH export PYTHONPATH=$PWD/default/lib/python2.7/site-packages python -c "import numpy;print numpy" Does it still give you numpy from MacPorts? Thanks, Johannes _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
