Ubuntu spyder sys.prefix which python? -
i using ubuntu 15.10 , have installed spyder after having installed anaconda. have pip installed packages import fine in command line, in spyder console not found. when sys.prefix on command line get:
'/home/rick/anaconda2'
and in spyder console get:
'/usr'
command line:
rick@rick-laptop:~$ -a python
/home/rick/anaconda2/bin/python
/usr/bin/python
shouldn't these same? or kept different allow multiple envs? i'm kind of new python , understand fix here. thanks
simple solution, removing second version of spyder installed did trick! thought needed installed separately
Comments
Post a Comment