您的位置:首页 > 编程语言 > Python开发

vim安装插件YouCompleteMe,出错,YouCompleteMe unavailable: requires Vim compiled with Python 2.x support

2017-06-02 19:45 1331 查看
I read the wiki "https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source".

But it misleads me.

Please DO NOT configure vim like this on Ubuntu 14.04.5 LTS

--enable-pythoninterp=yes 

--with-python-config-dir=/usr/lib/python2.7/config 

--enable-python3interp=yes 

--with-python3-config-dir=/usr/lib/python3.5/config

Make sure only select one from python2 or python3.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: