2017-09-26 53 views
0

我安裝YCM但它說:Vim的YouCompleteMe無法

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

所以我去了谷歌的幫助,結果是我不得不

./configure --enable-pythoninterp=yes 

但哪一個./configure腳本?我沒有它在我的usr/share/vim/vim80中 請幫忙

+4

這種問答** **可能是在S.E.更合適相關網站http://superuser.com或http://vi.stackexchange.com。使用Q底部的'flag'鏈接並請主持人移動它。請不要在2個不同的網站上發佈相同的Q.請閱讀https://stackoverflow.com/help/on-topic,http://stackoverflow.com/help/how-to-ask,http://stackoverflow.com/help/dont-ask和http:// stackoverflow.com/help/mcve在此處發佈更多Q​​.祝你好運 – shellter

+0

題外話。 BTW Debian(很可能是Ubuntu)有一個'vim-youcompleteme'軟件包 –

+0

你下載了一個vim的二進制文件,或者你自己從源代碼構建它? –

回答

1

YouCompleteMe需要手動安裝。

看看在instructions

+2

特別是[this](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source)如果你需要從源代碼構建(使用'./configure')。 –

相關問題