YouCompleteMe unavailable: requires Vim compiled with Python (2.6+ or 3.3+)

621 ワード

YouCompleteMeのインストールで次のエラーが発生しました.
YouCompleteMe unavailable: requires Vim compiled with Python (2.6+ or 3.3+)

このエラーを解決するには、ソースコードのコンパイルを自分で行う2つの方法があります.
vimプラグインyoucompleteme full install
一つは特殊なバージョンのvimをダウンロードすることです.2つ目の方法を説明します.
apt-get install vim-nox

How to solve “requires python 2.x support” in linux vim,and it have python 2.6.6 in my system