Bundle gem已安装,但据报道未安装

时间:2014-02-09 18:37:12

标签: ruby linux gem install bundler

Bundler适用于所有事情,除非我自己打电话。正如您所看到的,明确安装了宝石。但是,它似乎没有安装?

$ gem install bundler

Fetching: bundler-1.5.3.gem (100%)
Successfully installed bundler-1.5.3
1 gem installed
Installing ri documentation for bundler-1.5.3...
Installing RDoc documentation for bundler-1.5.3...

$ apt-cache policy bundler

bundler:
  Installed: (none)

Candidate: 1.3.5-2

Version table:
    1.3.5-2 0
    500 http://debian.linuxmint.com/latest/ testing/main i386 Packages

每当我尝试使用'bundle install'时,它会报告Bundler :: GemFileNotFound

非常感谢!

1 个答案:

答案 0 :(得分:0)

它告诉你到底出了什么问题。您需要一个Gemfile,其中包含您正在运行bundle install的目录中的gem列表。如果您已创建rails项目:rails new my_project。 cd进入my_project,你会看到一个Gemfile。