I've been using bpython for Python 2 and now I want to use it for Python 3 as well.
However I've run into problems. The bpython documentation reads:
bpython supports Python 3. It's as simple as running setup.py with Python 3.
When I run the setup script it creates a build folder, but I don't know what to do from there? I want to be able to type bpython
in the Terminal and run the bpython interface for Python 3.
I originally installed bpython with pip, that worked off the bat.