vertiginous / pik

Ruby version manager for Windows
830 stars 122 forks source link

pik devkit error #128

Open williamn opened 12 years ago

williamn commented 12 years ago

I have install Ruby 1.9.3 and 1.8.7 and DevKit.

When I run pik devkit, I have the following error message

There was an error.
 Error: undefined local variable or method `help' for #<Pik::Devkit:0x41dacb0>

  in: pik/commands/devkit_command.rb:19:in `execute'
  in: pik_runner:33
EdJones commented 12 years ago

Me too.

donhill commented 11 years ago

This isn't a fix but you can modify the config.yaml and add the rubies under .pik of your home folder as C:\Users\changeme.pik\rubies\Ruby-193-p327

Then from the devkit folder run ruby dk,.rb install. Now you should be able to install native gems.