I installed the last version of conda, anconda and spyder, that provides python 3.6. Whereas most of my codes can run with python3, some of my libs needs python2.
I assume there is an easy way to change from 3.6 to 2.7 when launching spyder.
From Switch between spyder for python 2 and 3
I created an environment in python 2.7 using conda, called python2. Then, after
source activate python2
spyder
the instance of spyder that launches still show in the console :
Python 3.6.4 |Anaconda custom (64-bit)| (default, Jan 16 2018, 18:10:19)
I'm using Spyder 3.2.8, and Conda 4.5.2
I think what I want to do is pretty clear : what is the simplest way to do it ?