2011年11月19日土曜日

Ruby Please update your PATH to include build tools or download the DevKit from 'http://rubyinstaller.org/downloads'

以下のエラーが発生した際の対処方法について説明します。
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
An error occured while installing json (1.6.1), and Bundler cannot continue.
Make sure that `gem install json -v '1.6.1'` succeeds before bundling.

上記のエラー原因は、Devkitの未インストールのようです。
【参照先URL】
http://qastuffs.blogspot.com/2010/10/how-to-install-ruby-debug-gems-on.html

以下の手順でインストールします。

①以下のサイトからDevkitをインストールします。
http://rubyinstaller.org/downloads/

②ダウンロードしたDevKit-tdm-32-4.5.2-20110712-1620-sfx.exeをダブルクリックし、ファイルを抽出します。

③ファイルを抽出したフォルダに移動し、以下のコマンドを実行します。

C:\Users\yasu\Downloads>ruby dk.rb init
[INFO] found RubyInstaller v1.8.7 at C:/Ruby187
[INFO] found RubyInstaller v1.9.3 at C:/Ruby193
Initialization complete! Please review and modify the auto-generated
'config.yml' file to ensure it contains the root directories to all
of the installed Rubies you want enhanced by the DevKit.

C:\Users\yasu\Downloads>ruby dk.rb install
[INFO] Updating convenience notice gem override for 'C:/Ruby187'
[INFO] Installing 'C:/Ruby187/lib/ruby/site_ruby/devkit.rb'
[INFO] Updating convenience notice gem override for 'C:/Ruby193'
[INFO] Installing 'C:/Ruby193/lib/ruby/gems/1.9.1/doc/bundler-1.0.21/ri/Bundler/
Source/Rubygems/defaults/operating_system.rb'
[INFO] Installing 'C:/Ruby193/lib/ruby/site_ruby/devkit.rb'

0 件のコメント: