Ubuntu上的RVM安装问题"没有这样的文件或目录"

时间:2015-02-25 14:54:42

标签: ruby-on-rails ruby ubuntu rvm

我实际上是Ubuntu(14.04)和RoR(开发)的新手。所以我想得到一些帮助来解决我的错误。 我正在关注一个视频教程并坚持一个命令,即

rvm get head and rvm reload

导致我

No command 'rvm' found, but there are 20 similar ones rvm: command not found

我将其解释为Ubuntu上未安装RVM。所以我尝试了许多来源,例如https://stackoverflow.com/a/22096382/3251831https://gorails.com/setup/ubuntu/14.04#ruby,但是当我运行命令时

source ~/.rvm/scripts/rvm

它提供了一条消息,如

bash: /home/root2/.rvm/scripts/rvm: No such file or directory

我被困在这里。

2 个答案:

答案 0 :(得分:3)

听起来你需要安装rvm

按照rvm.io

上的说明操作
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3

\curl -sSL https://get.rvm.io | bash -s stable

答案 1 :(得分:3)

尝试重新加载整个shell或

source ~/.bash_profile