zoukankan      html  css  js  c++  java
  • vim 编译使用ycm启动问题 fixed

    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

    -----------------------------------------------------------------------------
    交流QQ号:1175372067
    电话:18551717618(同微信)
    元几科技.软件3部
    迈开步伐去探索
    南京元几科技有限公司
    元几社区: https://www.cnblogs.com/colin-vio
    元几官网: http://www.yuanji.tech
    -----------------------------------------------------------------------------
  • 相关阅读:
    MySQL联结查询
    MySQL的一些优化方法
    MySQL 基本操作
    一个关于python定制类的例子
    用python类方法处理参数
    python global的用法
    sqli-libs(29(jspstudy)-31关)
    sqli-libs(23-28a关)
    sqli-libs(11-22关)
    sqli-libs(5-10关)
  • 原文地址:https://www.cnblogs.com/colin-vio/p/15305255.html
Copyright © 2011-2022 走看看