I have installed conda and now I want to use modul numpy in my python script, but I get the following error
ImportError: No module named numpy
I can see the module under conda list
, I have my $PATH
set to /path/to/anaconda2/bin
, conda info -a
says I have not set PYTHONHOME
or PYTHONPATH
as some answers suggest...
How to set conda / enviroment variables right co I can use numpy?