0

C:/Devkit からruby​​ dk.rb initを実行すると、以下のように表示されます。

[情報] C:/ruby に RubyInstaller v1.8.7 が見つかりました

[情報] C:/IRails/Ruby192 で RubyInstaller v1.9.2 を見つけました

初期化完了!自動生成された「config.yml」ファイルを確認して変更し、DevKit で拡張するインストール済みのすべての Ruby のルート ディレクトリが含まれていることを確認してください。

しかし、C ドライブにはそのようなフォルダは存在しません。これを Windows レジストリから削除する方法。

4

1 に答える 1

1

If DevKit dk.rb found those elements in the registry that means Ruby was installed in those folders at some point but either manually removed or relocated.

If you open dk.rb you will see the registry keys it uses to locate such information:

Software\RubyInstaller\MRI first in HKEY_LOCAL_MACHINE and later in HKEY_CURRENT_USER

You can use regedit and look for those keys and remove them entirely.

But I would recommend you first check in Add and remove programs inside the Control Panel if Ruby is still installed and if so, removed and install properly.

于 2012-06-07T14:49:07.923 に答える