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()
This will sync TextMate with the version of Ruby you are using. But I doesn't automatically update the gemset that RVM is using. If anyone has any good info on that, please post a link
ReplyDelete