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:/`
If you want to use anaconda
,
You have to replace apt-get
with conda
.