Ubuntu 上的 RVM 安装问题“没有这样的文件或目录”
RVM installation issue on Ubuntu " No such file or directory"
我实际上是 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。所以我从许多来源尝试了它,比如 and https://gorails.com/setup/ubuntu/14.04#ruby 但是当我 运行 命令
source ~/.rvm/scripts/rvm
它给出的信息类似于
bash: /home/root2/.rvm/scripts/rvm: No such file or directory
我被困在这里了。
听起来你需要安装 rvm
按照 rvm.io
上的说明进行操作
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable
尝试重新加载整个 shell 或
source ~/.bash_profile
我实际上是 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。所以我从许多来源尝试了它,比如 and https://gorails.com/setup/ubuntu/14.04#ruby 但是当我 运行 命令
source ~/.rvm/scripts/rvm
它给出的信息类似于
bash: /home/root2/.rvm/scripts/rvm: No such file or directory
我被困在这里了。
听起来你需要安装 rvm
按照 rvm.io
上的说明进行操作gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable
尝试重新加载整个 shell 或
source ~/.bash_profile