shell自动补齐python函数
摘要:
1. 编写变量设置文件 vim /root/.pythonstartup 写入如下内容: 2. 设置PYTHONSTARTUP环境变量 vim /etc/profile 追加写如下内容: 执行命令 source /etc/profile 使更改生效。 3. 重新执行python 按tab键可自动补全 阅读全文
posted @ 2019-12-04 14:58 seabiscuit0922 阅读(297) 评论(0) 推荐(0) 编辑