$ ruby dk.rb init
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.
Administrator@WIN-9PH4ISN44NM MINGW64 /e/tools/devkit
$ ruby dk.rb install
Invalid configuration or no Rubi
在 config.yml
文件里 内容如下
# This configuration file contains the absolute path locations of all
# installed Rubies to be enhanced to work with the DevKit. This config
# file is generated by the 'ruby dk.rb init' step and may be modified
# before running the 'ruby dk.rb install' step. To include any installed
# Rubies that were not automagically discovered, simply add a line below
# the triple hyphens with the absolute path to the Ruby root directory.
#
# Example:
#
# ---
# - C:/ruby19trunk
# - C:/ruby192dev
#
初始化的内容不对呀
需要自己手动填写吗?
另 这里该填写什么东西呢
config.yml
ファイルをよく読んで、このファイルにRuby
のルート ディレクトリをこの形式で記述してから、ruby dk を実行するように指示されています。 rb インストール
。config.yml
文件,它是要告诉你,把你的Ruby
的根目录按照这个格式写在这个文件里面,然后执行ruby dk.rb install
。如果你安装的目录是
インストールしたディレクトリがC
盘下的Ruby
文件夹,那就在这个文件的后面写上- C:Ruby
C
ドライブのRuby
フォルダーの場合は、このファイルの後に-C:Ruby
と記述します。 🎜この設定ファイルには、すべての絶対パスの場所が含まれています
DevKit で動作するように拡張された Ruby をインストールしました。この構成
ファイルは「ruby dk.rb init」ステップによって生成され、変更される可能性があります
「ruby dk.rb install」ステップを実行する前に。インストールされているものを含めるには
自動的に検出されなかったルビーは、以下の行を追加するだけです
Ruby ルート ディレクトリへの絶対パスを含む 3 つのハイフン。
例:
---
-C:/ruby19trunk
-C:/ruby192dev
C:Ruby200-x64
(亲测可用)
一番下に - C:/Ruby22-x64 を追加します (これは Ruby のインストール場所です。必ず前に水平線を追加してください)