【发布时间】:2016-02-12 15:31:47
【问题描述】:
如何使用 centos repo 在 RHL7 上安装 rvm(ruby)。
我知道如果我们使用 centos 存储库,我们应该使用 centos OS 而不是 RedHat,但我们有一个需要 Redhat 的专有软件。
当我尝试使用 rvm 安装 ruby 1.93 时,我得到了这个:
rvm install 1.9.3
Searching for binary rubies, this might take some time.
No binary rubies available for: redhat/6/x86_64/ruby-1.9.3-p551.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for redhat.
Unable to locate SystemId file. Is this system registered?
我们的客户没有注册过redhat的系统,所以我配置了centos仓库。
但是我怎样才能告诉 RVM 使用这个 centos 存储库呢?
【问题讨论】: