'rvm get head'无法识别的命令行参数:'get'(请参阅:'rvm usage')在Ubuntu 11.10 oneric上

时间:2012-05-18 18:40:06

标签: rvm

我在ubuntu 11.0上安装了以下版本的rvm。

$ rvm -v
rvm 1.0.1 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]

然而,在运行rvm get head时,我遇到了以下错误。

$ rvm get head && rvm reload
fail: Unrecognized command line argument: 'get' ( see: 'rvm usage' )

$ rvm update --head
rvm 1.0.1 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]
fatal: destination path 'rvm' already exists and is not an empty directory.
fatal: destination path 'rvm' already exists and is not an empty directory.

你能帮我找出问题所在吗?以及如何解决它?

1 个答案:

答案 0 :(得分:0)

你有很老的RVM安装,可能来自Ubuntu,使用这个答案:

Installed Ruby 1.9.3 with RVM but command line doesn't show ruby -v

它将帮助您清理系统并安装稳定版本的RVM。

作为提示,您可以使用以下命令一次性安装RVM,Ruby和Rails:

curl -L get.rvm.io | bash -i stable --rails --auto