Iron Python:
|
1 |
ipy -X:TabCompletion |
Python:
Do .pythonrc
|
1 2 |
import rlcompleter, readline readline.parse_and_bind('tab:complete') |
export PYTHONSTARTUP=~/.pythonrc
lub:
echo „export PYTHONSTARTUP=~/.pythonrc” >> ~/.bashrc
