Bundler :: GemfileNotFound错误(Mac OSX)

时间:2013-08-16 06:00:55

标签: ruby octopress

MacBook-Air:~ bdeely$ gem install bundler
Successfully installed bundler-1.3.5
1 gem installed
Installing ri documentation for bundler-1.3.5...
Installing RDoc documentation for bundler-1.3.5...
MacBook-Air:~ bdeely$ rbenv rehash
MacBook-Air:~ bdeely$ bundle install
Bundler::GemfileNotFound

即使在我成功安装了bundler之后,我仍然收到此错误“Bundler :: GemfileNotFound”。

有没有人知道可能会发生什么?

供参考,我按照这里的指示: http://octopress.org/docs/setup/

3 个答案:

答案 0 :(得分:0)

在您的目录中创建Gemfile

Bundler是一名宝石经理。你应该指出你需要的宝石。这个地方是Gemfile

Article

答案 1 :(得分:0)

Octopress附带的说明并不清楚,但是必须在Octopress目录中执行bundle install的部分。

答案 2 :(得分:0)

你不能跳过克隆octopress的前3步:

git clone git://github.com/imathis/octopress.git octopress
cd octopress    # If you use RVM, You'll be asked if you trust the .rvmrc file (say yes).
ruby --version  # Should report Ruby 1.9.3

之后,您应该在octopress文件夹中并且其中有一个Gemfile,现在您可以继续使用bundle install