【发布时间】:2014-02-09 18:37:11
【问题描述】:
Bundler 适用于一切,除非我自己调用它。如您所见,gem 已明确安装。但是,好像没有安装?
$ 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
每当我尝试使用“捆绑安装”时,它都会报告 Bundler::GemFileNotFound
非常感谢!
【问题讨论】:
标签: ruby linux gem installation bundler