Nic*_*ool 13 ruby windows installation
我想在windows7上安装ruby然后使用Scout和SASS,我是通过Windows安装程序完成的,但我正在初始化它然后安装以配置我的SASS.我做了
ruby dk.rb init
Run Code Online (Sandbox Code Playgroud)
没有任何问题但是
ruby dk.rb install
Run Code Online (Sandbox Code Playgroud)
我有错误配置config.yml文件,我的Ruby文件夹在以下路径:
G:\Ruby22-x64
Run Code Online (Sandbox Code Playgroud)
这是screenchot:

根据类似的问题,我在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
#
-"G:/Ruby22-x64"
Run Code Online (Sandbox Code Playgroud)
我也尝试过:
-G:/Ruby22-x64
Run Code Online (Sandbox Code Playgroud)
要么
-G:/Ruby22-x64/bin
Run Code Online (Sandbox Code Playgroud)
还有这个:
---
-G:\Ruby22-x64
Run Code Online (Sandbox Code Playgroud)
我还在c:\ programfiles中安装了它,然后在config.yml中编写路径仍然无法正常工作.
没有什么对我有用,我该如何解决?
Azo*_*olo 30
尝试:
---
- G:\Ruby22-x64
Run Code Online (Sandbox Code Playgroud)
该YAML语法说,你需要在顶部的3个短线,然后两个破折号和空间(-)