The interpreter you can chose only affects the consoles you open from within Spyder (but not the internal Spyder console). You can change the environment in which Spyder runs by re-launching from another environment. I am not a regular anaconda user, but I assume you can install Spyder in each of your environments if you want to have Spyder running from within that environment specifically. An alternative method is to activate the environment, and run Spyder directly from its sources with the bootstrap method (first browse to the Spyder git repository root directory): ```python bootstrap.py```.
Regards, David On 27 October 2015 at 05:50, Sayth Renshaw <[email protected]> wrote: > I can see in preferences under console there is an option for the python > interpreter but is this for the whole project? > > Sayth > > > On Tuesday, 27 October 2015 00:30:21 UTC+11, Sayth Renshaw wrote: > >> Hi all >> >> Is there an easy way to switch between python virtual environments in >> spyder? >> >> I am on windows and using anaconda with python 3.4, I do create envs in >> both python2 and python3 and wondering if there was an obvious way to >> achieve this? >> >> Cheers >> >> Sayth >> > -- > 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 http://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
