0

I've been trying to install ruby dev kit and following the instruction on this page. http://rubyonwindowsguides.github.io/book/ch02-04.html

My problem is that when I run rb.dk in the devkit directory, it quits before i am able to do anything (so i am not able to follow next steps).

I really appreciate all help.

jtzero
  • 2,204
  • 2
  • 25
  • 44
kwoskowicz
  • 537
  • 1
  • 5
  • 10

1 Answers1

0

run it in a cmd prompt as C:\Ruby\devkit>ruby dk.rb. Running it by associating the CLI with the file causes the cmd prompt to close as soon as the ruby interpreter stops.

jtzero
  • 2,204
  • 2
  • 25
  • 44