我使用的是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
添加错误消息图片: