I had spyder installed with Python 3.4 on Windows Vista about two months ago.
Today I wanted to run spyder with Python 2.7. So, went through this post <http://stackoverflow.com/questions/24405561/how-to-install-2-anacondas-python-2-7-and-3-4-on-mac-os-10-9> & installed Python 2.7 for Spyder conda create -n python2 python=2.7 anaconda Have activated it activate python2 Now, how do I start spyder with Python 2.7 instead of the default 3.4? *Discussion on StackOverflow <http://stackoverflow.com/questions/28318322/how-to-start-two-instances-of-spyder-with-python-2-7-python-3-4> -- 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.
