I'm trying to install Ruby and Ruby Gems to a new Windows computer (originally on a Mac) and I'm unable to continue.
I have followed, word for word, https://github.com/oneclick/rubyinstaller/wiki/Development-Kit. Downloaded, extracted to a directory under my Ruby installed path, ran the init command, ran the install command. However I get this message
Invalid configuration or no Rubies listed. Please fix 'config.yml' and rerun 'ruby dk.rb install'
Ok so I go to config.yml. I add my Ruby installed directory (C:\Program Files (x86)\Ruby) and try the install command again. Same avail. I have tried every possible combination or interpretation of. I even made a sub folder in my Ruby\ directory specifically for gems and didn't work.
Also: Why in the world does it say, in various other places, to "update PATH" when it gives no other instructions as to what that is, where it is, or how to update it