ruby - 无法在 Redhat Linux 服务器上安装 RVM

标签 ruby linux rvm redhat

我需要安装 RVM 以便将我的 Ruby 副本更新到 2.0.0

我试过以下命令:

\curl -L https://get.rvm.io | bash

但它不起作用,我收到以下错误:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13784  100 13784    0     0  34419      0 --:--:-- --:--:-- --:--:-- 34419
Downloading RVM from wayneeseguin branch master
bash: line 133: which: command not found
bash: line 116: rvm_error: command not found

Could not download 'https://github.com/wayneeseguin/rvm/archive/master.tar.gz'.
  curl returned status '200'. 

最佳答案

您刚刚发现了一个问题和一个错误,应该将它们报告给 RVM => https://github.com/wayneeseguin/rvm/issues

关于ruby - 无法在 Redhat Linux 服务器上安装 RVM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18179648/

相关文章:

c - 逐个读取目录中文件的函数

ruby-on-rails - 帮我整理我的 ruby

python:pythonbrew 和 virtualenv 有什么区别?

ruby-on-rails - 当数据库格式为 DateTime 时,如何从数据库中选择不同的日期

ruby-on-rails - 在 ruby​​ hash 中使用常量作为键

ruby-on-rails - 在没有 Rails 的情况下运行 ActiveRecord 迁移

Ruby RVM apt-get更新错误

ruby - 使用 && ("and") 就像在 ruby 中一样?

c++ - 如何在 16 位显示器上缩小原始 rgb 数据数组

linux - 如何用以特定数字开头的数字替换文件名?