美文网首页
Mac上YouCompleteMe错误:ImportError:

Mac上YouCompleteMe错误:ImportError:

作者: 大海星_2fa7 | 来源:发表于2018-09-27 00:49 被阅读0次

    brew安装的python与系统python引用产生混乱。

    解决方法:

    # 删除brew安装的`python@2`
    brew uninstall --ignore-dependencies --force python@2
    # 重新安装ycmd
    cd ~/.vim/bundle/YouCompleteMe 
    git submodule update --recursive --init
    sudo bash ./install.sh
    

    相关文章

      网友评论

          本文标题:Mac上YouCompleteMe错误:ImportError:

          本文链接:https://www.haomeiwen.com/subject/hzjsoftx.html