Hi Carlos, thanks for the response. I had done a complete system search to find python27 files, but it failed. Later on, learnt about conda info -e
which showed path for python27 files and then I could start spyder from it's Scripts folder. That solved my problem. Cheers! On Saturday, 7 February 2015 07:39:13 UTC+5:30, Carlos Córdoba wrote: > > HI, > > Just run > > spyder > > after the activate step. That's all. > > Cheers, > Carlos > > El 06/02/15 a las 01:41, Ramprasad G escribió: > > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > 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.
