Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 python 使用完整的代码。我生成标签并.vimrc像这样设置它的路径:
.vimrc
set tags=/home/abc/python.tags
如果我评论“filetype plugin on”,当我按下 cx co vim 会告诉我:
未设置选项omnifunc
但是,如果我添加filetype plugin on,.vimrc当我按下C-x C-ovim 将退出并告诉我:
filetype plugin on
C-x C-o
导入错误:没有名为站点的模块。
我该怎么做才能使用完整的代码?
Import error: No module named site.
您需要正确设置环境变量PYTHONPATH。
PYTHONPATH