Hacker News new | ask | show | jobs
by helpfulElf 4616 days ago
This, and TextMate 1 plugin incompatibility, is why I have deferred my upgrade.
2 comments

There was an email sent by Textmate talking about plugin issue.

If you wish to use TextMate 1.x on OS X 10.9 then to fix bundle items that do not work with ruby 2.0 you will need to open the bundle >editor and change the first line of the command (called shebang) to the following:

#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby

Can't you fix that with RVM?
How?