On Wednesday, September 21, 2016 at 2:49:49 PM UTC+2, pierre wrote: > > Hello, > > > i need to use bpython with both Pyhton2.6 and Python3. > In the bpython doc I've found : > >> *Python 3 support* >> >> *bpython supports Python 3. It's as simple as running setup.py with >> Python 3.* >> > > ???? !!!!!! > > > for me it's not so simple !! > > > I'm running on MacosX El Capitan >
So, install bpython for both your Python 2 and Python 3 installation, i.e. $python2 setup.py install and $python3 setup.py install. Then you can start bpython for the specific installation by running $python2 -m bpython respectively $python3 -m bpython. -- You received this message because you are subscribed to the Google Groups "bpython" 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 https://groups.google.com/group/bpython. For more options, visit https://groups.google.com/d/optout.
