Pierre, You can do so by downloading the source release from the bpython website or checking out the source from our repository.
Then you'd run the setup.py installer with the Python of your choice, for example: `python-3.2 setup.py install`. If you want to run Python on top of a certain version you can either create multiple start scripts in a directory on your path or start bpython with `python-3.2 -m bpython.cli`. Regards, Simon de Vlieger On 17 April 2012 00:32, pierre puiseux <[email protected]> wrote: > Hello, > > i'm trying to use bpython with python-2.7 or python-3.2 instead of default > value python-2.6. > Tip given by "tips&tricks" in bpython-doc doesn't work. > > So, how can i do ? > > Thanks for your answer. > > > pierre puiseux > [email protected] > http://puiseux.name > > > > > > -- > You received this message because you are subscribed to the Google Groups > "bpython" 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/bpython?hl=en. -- You received this message because you are subscribed to the Google Groups "bpython" 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/bpython?hl=en.
