Hacker News new | ask | show | jobs
by CDRdude 3072 days ago
What shell does that work in? On a mac, I have that set in my .inputrc and it does not propagate to python.
1 comments

Bash. Actually it depends if the program uses libreadline - which should be the case for Python's REPL?

You may try `rlwrap` which wraps programs without readline support.