Search code examples
rubyrubymine

RubyMine 2018.1.3 - Not able to configure Ruby Interpreter in Mac OS X 10.13.4


RubyMine shows me an error regarding Ruby Interpreter like below

enter image description here

Now whenever I click on Configure Ruby Interpreter it takes me to the below page and even after selecting the interpreter and pressing Apply , the interpreter is not getting configured.

enter image description here

The same issue with Configure Cookbooks. When I try to configure Cookbooks it shows me an window like below and even after doing apply nothing happens.

enter image description here

Can some one let me know what is going wrong ?


Solution

  • The project I was working on has both python and ruby files. I have configured PyCharm and then in the same directory I was trying to configure RubyMine for ruby which was causing the issue.

    So I checked out the code in a different folder and configured only RubyMine there. Now things are working as expected.