RubyMine - No Ruby interpreter configured for the project

前端 未结 3 1512
慢半拍i
慢半拍i 2021-02-13 10:37

I go to Settings - Ruby SDK and Gems, and pick out C:\\RailsInstaller\\Ruby1.9.3\\bin\\ruby.exe.

It loads up a bunch of gems on the right side, and looks li

3条回答
  •  名媛妹妹
    2021-02-13 11:20

    I faced this problem when I moved my project to another PC running a different version of JRuby. resolution:

    1. close RubyMine
    2. delete .idea/ folder
    3. re-open project in RubyMine

提交回复
热议问题