scripting - RubyMine doesn't recognize my Ruby installation path -


i've made custom sient installer of ruby 2.0 gems , extras, installer expands ruby files c:\program files (x86)\ruby, interpreter (ruby.exe) in bin folder, it's not original installation, expand files , add registry keys associate files own, can run ruby ever want.

now, first time try jetbrains rubymine ide, , can't found simple guide explains how set ruby directory, seems ide assumes ruby installation original , maybe takes registry value original ruby installer know path or something, don't know, didn't see how set ruby directory manually.

(i have same problem pycharm)

anyways i've tried set ruby sdk , gems option, dialog-box says "select ruby interpreter path", i'm on path , it's not recognized, mean ok button still disabled:

enter image description here

then i'm missing right option anywhere? or professional , expensive ide doesn't has support specify location of ruby in these circunstance user not use original ruby installer? i think not.

in experience more preferable set path environment variables appropriately instead of trying locate executables on per-app basis.

you can set path desired ruby takes precedence on other rubies , sure rubymine pick (or use ruby , let path specify use).

on note might want have @ ruby version manager such rbenv or rvm.

update: tried set manually ruby sdk in latest version of rubymine (6.3) , worked expected. had, however, expand folder in binary resided (in case bin), select actual binary , click ok. have tried well?


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -