File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -125,20 +125,16 @@ directory for rspec-1.
125125There are lots of ways to configure TextMate to work with ` rvm ` ,
126126but this is the one the we recommend:
127127
128- First, copy the following into` ~/.rvm/bin/textmate_ruby `
129-
130- #!/usr/bin/env sh
131- source ~/.rvm/scripts/rvm
132- cd .
133- exec ruby "$@"
128+ With rvm installed, take the full path to ` rvm-auto-ruby ` ,
129+ found via: ` which rvm-auto-ruby `
134130
135131Next, set up a ` TM_RUBY ` option in
136132` TextMate/Preferences/Advanced/Shell Variables ` that points to the
137- ` textmate_ruby ` command.
133+ ` rvm-auto-ruby ` command.
138134
139135Learn more at:
140136
141- * [ http://beginrescueend.com /integration/textmate/ ] ( http://beginrescueend.com /integration/textmate/ )
137+ * [ http://rvm.io /integration/textmate ] ( http://rvm.io /integration/textmate )
142138* [ http://groups.google.com/group/rubyversionmanager/browse_thread/thread/64b84bbcdf49e9b?fwc=1&pli=1 ] ( http://groups.google.com/group/rubyversionmanager/browse_thread/thread/64b84bbcdf49e9b?fwc=1&pli=1 )
143139
144140## History
You can’t perform that action at this time.
0 commit comments