gem install json -v 1.7.3 дает «Пожалуйста, обновите PATH, чтобы включить инструменты сборки»

Когда я запускаю:

rails new blog

Я получаю:

Installing json (1.7.3)
Gem::InstallError: The 'json' native gem requires installed build tools.

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 occurred while installing json (1.7.3), and Bundler cannot continue.
Make sure that `gem install json -v '1.7.3'` succeeds before bundling.

Когда я запускаю:

gem install json -v 1.7.3

Я получаю:

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'

Я использую Windows 8. У меня есть c:\ruby193\binна моем пути. Что мне делать, чтобы исправить эти ошибки?

70
задан Eric Leschinski 26 December 2012 в 19:08
поделиться