this is the output..
login1$ python -c "import numpy;print numpy.__version__"
1.8.0

thanks..  is there something wrong

*with regards..*

*M. Sai Rajeswar*
*M-tech  Computer Technology*


*IIT Delhi----------------------------------Cogito Ergo Sum---------*


On Fri, Jun 20, 2014 at 4:42 PM, Johannes Ring <[email protected]> wrote:

> On Fri, Jun 20, 2014 at 1:02 PM, Sai Rajeshwar <[email protected]> wrote:
> > ok but numpy1.8 is already installed..   should i install it again
>
> No, probably not, but can you import it in Python? Try:
>
>   python -c "import numpy;print numpy.__version__"
>
> If this does not work, you probably have to add the location of where
> you installed NumPy to PYTHONPATH.
>
> Johannes
>
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to