Cannot install ruby-debug gem on Windows

后端 未结 7 1035
难免孤独
难免孤独 2020-12-16 22:50

I\'m having trouble installing the Ruby-Debug Gem on windows. What does this error mean? How can I fix this? Thanks



        
7条回答
  •  情深已故
    2020-12-16 23:14

    I ran into the same problem. Following steps should get you through:

    1. Install ruby using RubyInstaller
    2. Install devkit
    3. Install ruby-debug19 instead of ruby-debug.

      gem install ruby-debug19

提交回复
热议问题