YouCompleteMe unavailable: requires Vim compiled with Python 2.x support
生活随笔
收集整理的這篇文章主要介紹了
YouCompleteMe unavailable: requires Vim compiled with Python 2.x support
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
問題:YouCompleteMe unavailable: requires Vim compiled with Python 2.x support
解決:重新編譯,加入--enable-pythoninterp=yes參數(shù)。如果想開啟Python3支持,則--enable-python3interp=yes
./configure --with-features=huge --enable-pythoninterp=yes --enable-cscope --enable-fontset --with-python-config-dir=/usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu --enable-pythoninterp=yes --enable-python3interp=yesmake
make install
?
轉載于:https://www.cnblogs.com/wangjq19920210/p/11576836.html
總結
以上是生活随笔為你收集整理的YouCompleteMe unavailable: requires Vim compiled with Python 2.x support的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: golang grpc demo
- 下一篇: golang mysql demo