我正在使用旧版 Rails 系统。我需要一份 ruby 1.8.7 的副本 我刚刚在工作中获得了一台新计算机(终于),它有 ubuntu 12.04
不幸的是,我刚刚发现可用于我的系统的 rvm-rubies 不包含 1.8.7(请参见下面的列表)
如何安装 ruby 1.8.7?我可以指出另一个可以使用的来源吗?
请注意:我没有使用 apt-get 安装 rvm,这不是问题
这是可用红宝石的列表:
# Rubies available for 'ubuntu/12.04/x86_64':
ruby-1.9.3-p194
ruby-1.9.3-p286
ruby-1.9.3-p327
ruby-1.9.3-p362
ruby-1.9.3-p374
ruby-1.9.3-p392
ruby-1.9.3-p429
ruby-1.9.3-p448
ruby-2.0.0-p0
ruby-2.0.0-p195
ruby-2.0.0-p247
编辑:
请注意,这里是一些更简单的 rvm 命令的输出:
triton:[~]% rvm list
rvm rubies
# No rvm rubies installed yet. Try 'rvm help install'.
并且 rvm install 给出了这个消息(这表明标准存储库中没有 1.8.7 版本)。
triton:[~]% rvm install 1.8.7
Searching for binary rubies, this might take some time.
No binary rubies available for: ubuntu/12.04/x86_64/ruby-1.8.7-p374.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
You requested building with 'gcc-4.4' but it is not in your path.