installation - Invalid directory for Ruby Development Kit -


i'm trying install ruby development kit http://rubyinstaller.org/downloads run problems @ command prompt.

after running c:\ruby\devkit>ruby dk.rb init got following success response:

[info] found rubyinstaller v2.0.0 @ c:/ruby/ruby200-x64

initialization complete! please review , modify auto-generated 'config.yml' file ensure contains root directories of installed rubies when run 'ruby dk.rb install'.

then ran c:\ruby\devkit>ruby dk.rb review , got success response:

based upon settngs in 'config.yml' file generated running 'ruby dk.rb init' , of customizations, devkit functionality injected following rubies when run 'ruby dk.rb install'.

c:/ruby/ruby200-x64

finally, ran c:\devkit>ruby dk.rb install line, seems working fine until point. unfortunately, keep getting message:

[error] skipping invalid directory 'c:/ruby/ruby200-x64'

i don't know do! kindly help.

i had same error. mentioned tsg, config.yml had wrong path ruby. example, mine installed c:\ruby200x64 config.yml had c:\ruby200-x64 . config.yml takes path variables of windows. if use windows, suggest update path environment variables well.. both user variables , system variables..


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -