I think you have two versions of Python installed. One comes with the 
system and the program probably is /usr/bin/python, the other comes with 
Anaconda and the program is /home/rick/Anaconda2/bin/python. When you open 
an (i)python console or when you do 'conda install', the Anaconda python 
environment is used (as it should be). However, it seems that when you open 
spyder, the system Python environment is used. Maybe you don't have spyder 
in the Anaconda environment (in which case, do: conda install spyder). If 
you do have spyder installed in the Anaconda environment, try giving the 
full path: /home/rick/Anaconda2/bin/spyder. 

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to