Rubymine can't find SDK. Where is it?

后端 未结 4 1844
遇见更好的自我
遇见更好的自我 2020-12-31 17:00

I have just installed rubymine 5.4.3.2.1 and am trying to start an example project. The problem i am having is that rubymine is asking for a SDK. So where do i point it to?<

4条回答
  •  感动是毒
    2020-12-31 17:29

    Only for Mac, brew, rbenv:

    $ which ruby /usr/local/var/rbenv/shims/ruby

    But it doesn't show used gems. So, it's better to add file inside ruby version folder: /usr/local/var/rbenv/versions/*your_version*/bin/ruby

提交回复
热议问题