Mac上YouCompleteMe错误:ImportError:
2018-09-27 本文已影响0人
大海星_2fa7
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