I want to install ruby on my windows,
ruby dk.rb init
then modify config.yml, and install:
E:\devkit>ruby dk.rb install
but the output is error:
[ERROR] Unable to find RubyGems in site_ruby or core Ruby. Please
install RubyGems and rerun 'ruby dk.rb install'.
Did I lose something?
I had the same problem but could not resolve it for a day even after going through every answer here. In the end I realized that you need to remove the comments not just for the "C:/path_to_ruby" but also for the three "---" at the beginning, for this to work.