I have installed Rubymine 1.9.3 in my mac.When I run a project I get a message that " No SDK specified " .I am not sure how to get rid of this error.Could someone help me please ?
Asked
Active
Viewed 8,028 times
1
-
possible duplicate of [Error installing rubyMine, no SDK specified, but it is listed](http://stackoverflow.com/questions/10942348/error-installing-rubymine-no-sdk-specified-but-it-is-listed) – Anthony Oct 10 '14 at 15:17
-
do you use something like rvm, rbevn, chruby? rubymine only supports rvm by default, even then sometimes you need to switch the ruby environment manually from the project settings. – Mohammad AbuShady Oct 28 '14 at 13:29
1 Answers
3
rubymine window > help > find actions > sdk, or file > settings > search sdk, you can set sdk here(sdk is ruby_dir/bin/ruby, in linux, you can use which ruby
to find

roroco
- 439
- 1
- 6
- 14