On Thu, Dec 11, 2014 at 9:05 PM, Ted Kord <[email protected]> wrote:
> Johannes, I just tried your suggestion and got:
>
> Traceback (most recent call last):
>
>   File "<string>", line 1, in <module>
>
> ImportError: No module named numpy
>
> So, it didn't work for me.

Can you instead of

  ./test.numpy/bin/python -c "import numpy"

try this (in the hashstack directory):

  PATH=$PWD/default/bin:$PATH
PYTHONPATH=$PWD/default/lib/python2.7/site-packages python -c "import
numpy;print numpy"

Johannes
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to