我正在尝试在我的 Mac 上安装 Ruby/RVM/Rails,但我不知道我必须先安装 Homebrew。在运行推荐ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
的安装后,所发生的一切都是env
交替bash
运行。
我遵循了https://github.com/mxcl/homebrew/wiki/Installation#untar-anywhere <- 这些安装说明。在 /usr/local/ 中下载并解压缩我的文件,并将它们符号链接到 /usr/bin/ 和 /usr/local/bin。
然后我尝试运行rvm get head
,它成功了,rvm requirements
它回复了
Installing requirements for osx/10.8/x86_64, might require sudo password
Skipping `brew update` make sure your formulas are up to date.
Cowardly refusing to continue at this prefix: /usr
Cowardly refusing to continue at this prefix: /usr
我尝试跑步brew update
并Cowardly refusing to continue at this prefix: /usr
再次出现。sudo
我以相同的结果运行了所有这些。
任何帮助将非常感激!如果有人可以给我这样做的步骤,我愿意卸载所有东西并从头开始。