耙子流产!安装Octopress的问题

时间:2012-05-05 07:50:35

标签: ruby gem rake bundle

我正试图在我的窗户上安装Octopress。根据他们的website教程。但是当我输入命令

rake install 

它给我以下错误

C:\Documents and Settings\admin\octopress>rake install
rake aborted!
You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.9.2. U
sing bundle exec may solve this.

(See full trace by running task with --trace)

因为错误说我需要安装rake 0.9.2 我尝试使用以下命令。

C:\Documents and Settings\admin\octopress>gem install rack -v=0.9.2.0
ERROR:  Could not find a valid gem 'rack' (= 0.9.2.0) in any repository
ERROR:  Possible alternatives: rack

我已经拥有Ruby&宝石安装在我的电脑上。但我无法弄清楚如何解决这个问题。我如何使用“捆绑exec”来安装Octopress?

4 个答案:

答案 0 :(得分:8)

你可能需要以这种方式使用bundle exec

bundle exec rake install

这可能只是解决了你的问题。

答案 1 :(得分:2)

我用bundle update解决了这个问题 这是一个依赖性问题,并不是什么大不了的事。

答案 2 :(得分:0)

你第一次拼写它是rake,第二次你拼写它吧

答案 3 :(得分:0)

首先更新文档说,

bundle exec rake install

然后使用

更新Gemfile.lock
bundle update