Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork252
tips.rst
28 lines (19 loc) · 776 Bytes
tips.rst
There are various tricks and tips to bpython. We currently list one of them onthis page. If you know any more, don't hesitate to let us know(:ref:`community`)!
To use bpython with multiple version items this trick has been relayedto us by Simon Liedtke.
Do a source checkout of bpython and add the following to your .profileequivalent file.
alias bpython3.5='PYTHONPATH=~/python/bpython python3.5 -m bpython'
Where the ~/python/bpython-path is the path to where your bpython source coderesides.
You can of course add multiple aliases.
Note
Make sure you have the dependencies installed on all Python versions.