Hi, Just as mentioned by Thomas in the thread you started earlier (you need to be in the main directory of the spyder sources): python3 setup.py install
Alternatively, if you want to skip the installation process and run directly from the sources (for more help on that see http://code.google.com/p/spyderlib/wiki/NoteForContributors): python3 bootstrap.py Note that you will need to install Python3 (and all other Python 3 versions of the Spyder dependencies, such as numpy, scipy, sphinx, rope, matplotlib, ...), which on debian is not the default Python installation. As Carlos mentioned, Python3 support is not officially ready yet for the spyder 2.3 beta branch. Best regards, David On 3 February 2014 00:28, Dave Rave <[email protected]> wrote: > I just installed Spyder 2.3 which supports Python 3. > > when I start spyder, down in the console it says: > > Python 2.7.6 (default, Dec 6 2013, 21:56:56) > > how do I configure Spyder to use Python 3 as default ? > > thanks! > > ~David > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
