关于 ruby 安装devkit 的config.yml 文件
迷茫
迷茫 2017-04-24 09:10:54
0
3
559
$ 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
#

初始化的内容不对呀

需要自己手动填写吗?

另 这里该填写什么东西呢

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

全部回复(3)
黄舟

仔细读config.yml文件,它是要告诉你,把你的Ruby的根目录按照这个格式写在这个文件里面,然后执行 ruby dk.rb install

如果你安装的目录是C盘下的Ruby文件夹,那就在这个文件的后面写上- C:Ruby

PHPzhong

这个配置文件包含了所有

的绝对路径位置

安装了要增强的 Rubies,以便与 DevKit 配合使用。这个配置

文件由“ruby dk.rb init”步骤生成,可以修改

在运行“ruby dk.rb install”步骤之前。包括任何已安装的

不是自动发现的红宝石,只需在下面添加一行

三个连字符以及 Ruby 根目录的绝对路径。

示例:

---

- C:/ruby19trunk

- C:/ruby192dev


  • C:Ruby200-x64

(亲测可用)

左手右手慢动作

在最下面添加 - C:/Ruby22-x64(这是你ruby安装的位置,记得前面一定要加横线)

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!