1

我在 Ubuntu 12.04 上安装 Gitlabhq 时遇到了一些问题

我收到此错误

$ sudo -u git -H bundle install --deployment --without development test postgres

/usr/local/bin/bundle:9:in `require': no such file to load -- rubygems (LoadError)
    from /usr/local/bin/bundle:9

这是我在计算机上安装的不同软件包。

$ ruby​​ -v ruby​​ 1.9.3p392(2013-02-22 修订版 39386)[i686-linux]

$宝石-v 2.0.3

$宝石清单

*当地宝石*

大十进制 (1.1.0)

charlock_holmes (0.6.9.4)

io 控制台 (0.3)

json (1.5.5)

迷你测试(2.5.1)

耙子 (0.9.2.2)

rdoc (3.9.5)

rubygems 更新 (2.0.3)

4

1 回答 1

0

这种错误通常是由于使用了错误的 ruby​​ 版本,如issue 3706 所示

使用 1.9.x ruby​​,如issue 3349 所示,应该可以解决问题。

于 2013-05-22T18:12:38.710 回答