新Ruby用户在安装RVM时遇到问题

时间:2011-08-09 12:30:08

标签: ruby git rvm osx-lion

在开始之前,让我说我看了所有类似的问题,似乎没有人遇到这个问题:

我安装了git。

接下来,我从命令行运行它:

bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)

我的结果是

bash: line 151: git: command not found
bash: line 153: git: command not found

ERROR: Unable to clone the RVM repository, attempted both git:// and https://

我在这里做错了什么?我试图在osx Lion上安装它。 另外,有人可以向我解释一下bash命令的开头是什么吗? bash < <(...)

仅仅是为了我自己的好奇心:)

谢谢!

2 个答案:

答案 0 :(得分:2)

您需要先安装git。该命令使用curl执行从给定URL使用bash下载的脚本。 &lt;(...)显然用于根据http://tldp.org/LDP/abs/html/process-sub.html提供命令列表。

答案 1 :(得分:0)

您安装了git错误,或者它不在您的路径中。你安装了XCode吗?它应该自动安装git 1.7.4并将其放在你的路径中。您还需要安装XCode才能使用RVM编译任何ruby版本。