Running into an odd problem. Just recently chanted to Ruby 2.0 P195 (but have not use 'TM' in a while either)
Can run ruby from the CLI
The Path is set to /usr/local/bin/ruby in both .profile and .bash_profile. And in the path in 'TM'. Overall environment is set to /usr/bin/env
Yet I keep getting this error when trying to do CMD + R
On 12 Jul 2013, at 19:48, Brad Hutchins wrote:
[…] Yet I keep getting this error when trying to do CMD + R
It would appear that you do not have this file on your system:
/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby
The shebang should actually use ‘1.8’ instead of ‘Current’, but at least on 10.8 and earlier, ‘Current’ is a symblic link to ‘1.8’.
What OS version are you on? And do you have the above? If not, do you have some of it?
No the Ruby.framework is missing. I uninstalled the current version of ruby and used Homebrew to put on Ruby 2.0 . Running 10.8.4
On Jul 13, 2013, at 2:26 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 12 Jul 2013, at 19:48, Brad Hutchins wrote:
[…] Yet I keep getting this error when trying to do CMD + R
It would appear that you do not have this file on your system:
/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby
The shebang should actually use ‘1.8’ instead of ‘Current’, but at least on 10.8 and earlier, ‘Current’ is a symblic link to ‘1.8’.
What OS version are you on? And do you have the above? If not, do you have some of it?
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 13 Jul 2013, at 15:10, Brad Hutchins wrote:
No the Ruby.framework is missing. I uninstalled the current version of ruby and used Homebrew to put on Ruby 2.0 .
You should re-install ruby 1.8, as it is required by TextMate.
On a general note, don’t remove system files.