I have just modified my .bash_profile so as to have colors in iTerm and Terminal.
Now, I want to enable syntax highlighting for the Python interactive shell, IDLE-style.
How to do that?
|
I have just modified my .bash_profile so as to have colors in iTerm and Terminal. Now, I want to enable syntax highlighting for the Python interactive shell, IDLE-style. How to do that? | ||||
|
feedback
|
|
http://bpython-interpreter.org/ appears to do what you want. Please see the quote below. bpython is a fancy interface to the Python interpreter for Unix-like operating systems (I hear it works fine on OS X). It is released under the MIT License. It has the following features:
Got here from: http://wiki.python.org/moin/PythonEditors#Enhanced_Python_shells | |||||||
feedback
|