【发布时间】:2012-11-03 14:16:24
【问题描述】:
我似乎把自己挖到了一个角落。
我第一次安装 Homebrew 到一半时卡住了。大约 15 分钟的等待后,我退出了终端。我最初的输入来自自制软件homepage。
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
我重新打开终端并尝试重新安装并得到 -
It appears Homebrew is already installed. If your intent is to reinstall you
should do the following before running this installer again:
rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
所以,按照建议,我跑了
rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup
得到了
-bash: brew: command not found
我尝试从 Homebrew 常见问题解答中运行卸载脚本,但这似乎也没有帮助。还有什么我可以尝试的吗?如何手动卸载?
【问题讨论】:
标签: terminal command installation uninstallation homebrew