【发布时间】:2013-05-21 10:08:57
【问题描述】:
我在使用 ubuntu 12.04 的机器上安装 rvm ROR 时遇到问题
这是我得到的输出:
输出 #1:
Searching for binary rubies, this might take some time.
No binary rubies available for: ubuntu/12.04/i386/ruby-1.8.7-p371.Continuing with compilation.
Please read 'rvm mount' to get more information on binary rubies.
Installing requirements for ubuntu, might require sudo password.
在更新行的末尾我得到了这个:
输出#2:
There has been error while updating 'apt-get', please give it some time and try again later.
For 404 errors check your sources configured in:
/etc/apt/sources.list
/etc/apt/sources.list.d/*.list
【问题讨论】:
-
您正在使用旧的和损坏的(由 Ubuntu)。试试this
-
@anonymousxxx 你是什么意思?我该怎么办?
-
你看到我评论的链接了吗?
-
它没有安装 ruby。它只更新并显示了输出#2。
-
你跑过
sudo apt-get update和sudo apt-get install build-essential吗?
标签: ruby-on-rails rvm ubuntu-12.04