通过brew安装Python失败,提示:
sudo brew install python
Password:
Warning: python-2.7.11 already installed, it's just not linked
解决办法:
sudo brew link --overwrite python
通过brew安装Python失败,提示:
sudo brew install python
Password:
Warning: python-2.7.11 already installed, it's just not linked
解决办法:
sudo brew link --overwrite python