Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【求助】YouCompleteMe插件安装问题!!
Apps Section
506
views ·
3
replies ·
To
floor
Go
vic
deepin
2017-09-03 01:36
Author
YouCompleteMe unavailable: requires Vim compiled with Python (2.6+ or 3.3+) support.
这个报错怎么解决,社区里面有帖子说过重新编译,已经重新按照教程弄好了,但是报错还在
有没有解决办法
Reply
Like 0
Favorite
View the author
All Replies
176******11
deepin
2017-09-03 02:04
#1
sudo apt purge vim
sudo apt install vim-gnome
Reply
Like 0
View the author
159******53
deepin
2017-09-03 05:55
#2
自己编译时候python2 和3 只能支持一个 支持两个就报错
https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source
cd ~
git clone https://github.com/vim/vim.git
cd vim
./configure --with-features=huge \
--enable-multibyte \
--enable-rubyinterp=yes \
--enable-python3interp=yes \
--with-python3-config-dir=/usr/lib/python3.5/config \
--enable-perlinterp=yes \
--enable-luainterp=yes \
--enable-gui=gtk2 \
--enable-cscope \
--prefix=/usr/local
make VIMRUNTIMEDIR=/usr/local/share/vim/vim80
Reply
Like 0
View the author
159******53
deepin
2017-09-03 06:13
#3
http://www.jianshu.com/p/d908ce81017a?nomobile=yes
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
这个报错怎么解决,社区里面有帖子说过重新编译,已经重新按照教程弄好了,但是报错还在
有没有解决办法