我总是有这个关于如何更改 python shell 编辑器的问题。
简单的例子:
$python
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime
>>> help(datetime)
help() 命令默认打开未知编辑器。我可以更改它以使其在 vim 中打开帮助文档吗?