Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LoadError when installing ruby devkit [closed]

Tags:

ruby

init

I have installed ruby on Windows 7 using the installer Ruby 1.9.3-p125 which is the latest version (ruby -v shows the right version). Next, I downloaded devkit-3.4.5r3-20091110, which is also the latest version. When I tried the following in the installation directory,

ruby dk.rb init

the console showed an error:

ruby: No such file or directory -- dk.rb (LoadError)

I am new to ruby and I don't want to learn ruby — I just want to use Jekyll which needs ruby.

How can I fix this error?

like image 699
diligent Avatar asked Mar 17 '12 07:03

diligent


1 Answers

Try to run the command from the devkit folder, and let me know if it doesn't work.

like image 81
user1331074 Avatar answered Oct 08 '22 10:10

user1331074