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

前端之家收集整理的这篇文章主要介绍了vim安装插件YouCompleteMe,出错,YouCompleteMe unavailable: requires Vim compiled with Python 2.x support前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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.

原文链接:https://www.f2er.com/bash/392909.html

猜你在找的Bash相关文章