我正在使用 Ubuntu 14.04。我按照本指南安装 YouCompleteMe vim 插件:
http://valloric.github.io/YouCompleteMe/#ubuntu-linux-x64-super-quick-installation
我做了什么:
sudo apt-get install build-essential cmake
sudo apt-get install python-dev
并将其添加到我的 ~/.vimrc 文件中以运行 vundle install:
Plugin 'Valloric/YouCompleteMe'
然后运行它:
cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer
但是当我启动一个 vim 窗口时,它向我展示了:
function youcompleteme#Enable..<SNR>114_SetUpPython has error:
line: 26:
我的python版本是:
python -V
Python 2.7.6
编辑
添加错误信息图片: