Re: bpython with python2/python3

2016-09-21 Thread Pierre Puiseux
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 runni

Re: bpython with python2/python3

2016-09-21 Thread Sebastian Ramacher
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, s

bpython with python2/python3

2016-09-21 Thread pierre
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 Thanks