私は開発キットパスを設定しようとすると、私はこのエラーを解決することはできません、次のエラー設定が正しくないか、またはルビーがリストされていませんか?
C:\Devkit>ruby dk.rb install
Invalid configuration or no Rubies listed. Please fix 'config.yml'
and rerun 'ruby dk.rb install'
で終わります。誰か助けてくれますか?
これは私の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'を見せてください。あなたはrvm/rbenvを使用しましたか? –
@majioa、RVMもrbenvもWindowsでは動作しません。 –
@theTinMan Windowsでさえ、mingw/cygwinを使うことができるので、わかりません。 –