0

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:/`
Richard Rublev
  • 7,718
  • 16
  • 77
  • 121

1 Answers1

2

If you want to use anaconda,

You have to replace apt-get with conda.

Chung-Yen Hung
  • 329
  • 1
  • 6