It probably depends on which version of python you use to run spyder. How do you start spyder? If you start it with:
/path/to/64-bit/python /path/to/spyder then this should ensure that everything runs within your 64 bit python. Just running the spyder script will use the default python interpreter, which is probably 32 bits in your case. Since spyder is purely interpreted python, there is definitely no need to rebuild anything. On Mar 16, 3:01 pm, Gavin <[email protected]> wrote: > Hi All, > > I'm looking for a way to choose which IPython interpreter to open > inside Spyder. A recent switcher, I have Spyder 2.0.8 running on > MacOSX 10.6 over a EPD distribution 7.0-2 (both 32 and 64 bit > installed). > > Running ipython from the terminal yields the 64 bit version of > IPython, while inside Spyder the 32 bit version starts. > Can I start the 64 bit IPython interpreter from inside Spyder? > Should I be looking to change Spyder prefs, IPython configs or rebuild > everything? > > Thanks, Gavin. -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
