ImportError: No module named scitools.std,anaconda already installed

1.3k views Asked by At

I have installed anaconda and scitools with sudo.Where is the the problem?I got this:

from scitools.std import *
ImportError: No module named scitools.std

What should I check?

 echo "$PATH"
/home/milenko/anaconda/bin:/`
1

There are 1 answers

2
Chung-Yen Hung On BEST ANSWER

If you want to use anaconda,

You have to replace apt-get with conda.