postmodern / chruby

Changes the current Ruby
MIT License
2.85k stars 190 forks source link

Sublime Text 3 and TextMate don't recognize chruby settings #408

Open MtnBiker opened 5 years ago

MtnBiker commented 5 years ago

Neither Sublime Text 3 nor TextMate use the chruby rubies or gems.

The Ruby can be set in TextMate and the $GEM_PATH and$GEM_HOME can be set, but some installed gems aren't found. Error is LoadError: cannot load such file — mini_exiftool.

Instructions for Sublime at https://github.com/postmodern/chruby/wiki/Sublime-Text related to https://github.com/postmodern/chruby/issues/194 were for v2 and don't seem to work for v3.

For details in particular with TextMate see discussion https://stackoverflow.com/questions/53202164/textmate-chruby-and-ruby-gems

ashishwadekar commented 5 years ago

@MtnBiker @postmodern Any solution for this issue?