Thursday, June 30, 2011

python shell

ipython has some bugs in it, but readline and tabcompletion are not-exactly-modern marvels

so, add this to your .bashrc


alias pysh='python -ic "import readline, rlcompleter;readline.parse_and_bind('\''tab:complete'\'')"'


credit for this one goes to MostAwesomeDude

No comments:

Post a Comment