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
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