What is the best way to setup Textmate 2 to use rbenv?
I read a Textmate mailing list thread about setting up rbenv but haven\'t found the right solution yet.
The answers supplied here didn't work for me. Here's what did:
PATH
: $HOME/.rbenv/bin:$HOME/.rbenv/shims:
TM_RUBY
to this: $HOME/.rbenv/shims/ruby
RBENV_VERSION
with your version. example: 2.1.0-preview1