brew安裝的python與系統(tǒng)python引用產(chǎn)生混亂。
解決方法:
# 刪除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與系統(tǒng)python引用產(chǎn)生混亂。
解決方法:
# 刪除brew安裝的`python@2`
brew uninstall --ignore-dependencies --force python@2
# 重新安裝ycmd
cd ~/.vim/bundle/YouCompleteMe
git submodule update --recursive --init
sudo bash ./install.sh