首页 > 系统服务 > 详细

vim 编译使用ycm启动问题 fixed

时间:2021-09-21 23:39:19      阅读:30      评论:0      收藏:0      [点我收藏+]

YouCompleteMe unavailable: requires Vim compiled with Python (2.7 or 3.4+) support.

在ubuntu环境上

vim编译 也加了启用python但还有问题

            ./configure --with-features=huge \

                --enable-multibyte \

                --enable-rubyinterp=yes \

                --enable-pythoninterp=yes \

                --with-python3-command=python3 \

                --enable-python3interp=yes \

                --with-python3-config-dir=/usr/bin/python3-config  \

                --enable-perlinterp=yes \

                --enable-luainterp=yes \

                --enable-cscope \

                --prefix=$vim_home 

 

--with-python3-config-dir 和 --with-python-config-dir=/usr/bin/python2.7-config      只能使用一个不能两个都使用。

 

参考:https://www.jianshu.com/p/020a2d5d9637

vim 编译使用ycm启动问题 fixed

原文:https://www.cnblogs.com/colin-vio/p/15305255.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!