2013-08-16 82 views
0
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 :: GemfileNotFound”。Bundler :: GemfileNotFound错误(Mac OSX)

有没有人有任何想法可能会发生什么?

仅供参考,我在这里按照以下指示: http://octopress.org/docs/setup/

回答

0

在目录中创建Gemfile

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

Article

0

来与Octopress的说明是不明确的,但是从Octopress目录内执行,你bundle install有一部分。

0

你不能跳过第3步克隆octopress的:在octopress文件夹

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 

之后,你应该并且在它Gemfile,现在你可以用bundle install

继续前行