Basic Process:
- Print path to RVM-AUTO-RUBY ( the exec file that runs the default interpreter set by rvm )
- Unix command: $ which rvm-auto-ruby
- Copy path to TextMate's preferences
- Print out path to current ruby interpreter
- This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
# Print Interpreter path require 'rbconfig' puts RbConfig.ruby()