geekerunix的ChinaUnix博客
geekerunix
全部博文(469)
编程(3)
memcached(20)
libevent(20)
网络(16)
vim(1)
2015年(81)
2014年(125)
2013年(261)
2012年(2)
anderson
playmud
爱下雨的
taiandot
jiuniu11
cynthia
浪花小雨
Bsolar
zouman
shixin_0
YESpywz
chichush
分类: Python/Ruby
2015-05-20 15:06:43
原文地址:Python命令行自动补全 作者:lvDbing
cadenwu@cadenwu:~$ cat .bashrc ...# setting python env PYTHONSTARTUP='/home/cadenwu/.pythonstartup'export PYTHONSTARTUP
2. 添加.pythonstartup文件
cadenwu@cadenwu:~$ cat .pythonstartup try: import readlineexcept ImportError: print " readline not available"else: import rlcompleter readline.parse_and_bind("tab: complete")
上一篇:HTTP服务压力测试
下一篇:nginx负载均衡策略之加权轮询分析
登录 注册