麻烦在Mac上安装Homebrew

时间:2013-07-03 17:14:17

标签: macos homebrew

我在Mac上安装Homebrew时遇到问题。我正在运行Mac OS X 10.8.4。

当我尝试通过

安装它时
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

或者:

ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)

我明白了:

\-bash: curl: command not found
-bash: ruby: command not found

我也尝试过:

cd /usr/local/bin 
mkdir homebrew && curl -L https://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C homebrew

得到了:

-bash: mkdir: command not found

您认为可能是错的&gt;

0 个答案:

没有答案