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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -