TextMate集成rvm

 我们经常用rvm来管理多个版本的ruby/gems.  当我们从多个版本间切换的时候, TextMate并不知道这事儿, 怎么办呢? 看如下修改:

 

1. textmate 的 Shell Variables 添加 TM_RUBY,值为 /Users/[username]/.rvm/bin/rvm-auto-ruby。

2. 注释掉 /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/process.rb 的 169 行

( 我的TextMate是Version 1.5.10 (1623), 对应169行为:

#io[0][0].fcntl(6, ENV['TM_PID'].to_i) if ENV.has_key?('TM_PID') && File.exists?(TM_INTERACTIVE_INPUT_DYLIB))

 

你可能感兴趣的:(职场,rvm,休闲,textmate)