我在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.
你能帮我找出问题所在吗?以及如何解决它?
答案 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