Gem install json -v 1.7.3 gibt "Bitte aktualisieren Sie Ihren PATH, um Build-Tools zu integrieren"

Wenn ich laufen:

rails new blog

Bekomme ich:

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.

Wenn ich laufen:

gem install json -v 1.7.3

Bekomme ich:

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'

Ich bin mit Windows 8. Ich habe c:\ruby193\bin mir in den Weg. Was kann ich tun zur Behebung dieser Fehler?

InformationsquelleAutor der Frage Joe | 2012-05-22

Schreibe einen Kommentar