1.在opt目录下新建.pystartup.py文件
2.编写该文件,内容如下:
#!/usr/bin/python import rlcompleter, readline readline.parse_and_bind('tab: complete')
[......]
继续阅读。。。