Error installing rubyMine, no SDK specified, but it is listed

后端 未结 3 1440
忘了有多久
忘了有多久 2021-01-04 04:37

Getting \"Could not install gems:no SDK specified\" when trying to run any command such as starting the rails server. Why am I getting this and how can I get around it?

相关标签:
3条回答
  • 2021-01-04 05:05

    I tried following the advice in the above two answers and it still did not work for me. After making sure my project passed all rSpec I gave up on RubyMine and simply zapped the .idea sub-directory and got it to work after I recreated the RubyMine project from scratch.

    Hope this helps.

    p.s. my env is Mac Os X with RVM installed. Maybe something confused RubyMine with all that.

    0 讨论(0)
  • 2021-01-04 05:06

    I succeeded after I restarted Rubymine.

    0 讨论(0)
  • 2021-01-04 05:23

    I went into settings and an SDK was already listed, but it wasn't until I clicked 'update gems' that everything got installed ok. Then I was able to start and use the application fine.

    enter image description here

    0 讨论(0)
提交回复
热议问题