首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Bundler::GemfileNotFound错误(Mac OSX)

Bundler::GemfileNotFound错误(Mac OSX)
EN

Stack Overflow用户
提问于 2013-08-16 14:00:55
回答 3查看 1.6K关注 0票数 0
代码语言:javascript
复制
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/

EN

回答 3

Stack Overflow用户

发布于 2013-08-16 14:01:55

在您的目录中创建Gemfile

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

Article

票数 0
EN

Stack Overflow用户

发布于 2013-08-16 14:26:43

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

票数 0
EN

Stack Overflow用户

发布于 2013-08-16 14:32:47

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

代码语言:javascript
复制
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

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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/18266755

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档