<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">
<div><br /></div>
<div>I tried find ~/Library/Application\ Support/TextMate -name "ruby18"</div>
<div>but nothing</div>
<div><br /></div>
<div>I finished by executing first 2 steps of the https://github.com/textmate/textmate/wiki/Reverting-To-Defaults page</div>
<div><br /></div>
<div>rm -rf ~/Library/Application Support/TextMate</div>
<div>rm ~/Library/Caches/com.macromates.TextMate/BundlesIndex.binary</div>
<div><br /></div>
<div>And now it’s back to normal (and I have a ruby 18 in Application Support/TextMate)</div>
<div><br /></div>
<div>Thanks for your help</div>
<div><br /></div>
<div><br /></div>
</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
On 7 mars 2017 à 19:24 +0100, Martin Kühl <martin.kuehl@gmail.com>, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">On 7 March 2017 at 17:15, David Bourguignon <tal.bourguignon@gmail.com> wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">That’s a good idea<br />
<br />
well… there is no ruby18<br />
the which give me a 1 error (but it works with just ruby for instance)<br /></blockquote>
<br />
Interesting.<br />
<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">I searched (with 'mdfind -name ruby18' and a 'find<br />
/Applications/TextMate.app -name "ruby18"')<br />
<br />
And I don’t find a ruby18 binary<br /></blockquote>
<br />
It’s in the «Bundle Support» bundle, so somewhere inside<br />
~/Library/Application Support/TextMate.<br />
And `env` finds it, otherwise it would print a different message, so<br />
it’s got to be somewhere :-)<br />
<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">I can’t remember having touched to textmate internal (at least voluntarily)<br />
<br />
<br />
Maybe there is a way to reinstall this?<br /></blockquote>
<br />
Well, there’s this:<br />
https://github.com/textmate/textmate/wiki/Reverting-To-Defaults<br />
It may be too broad for this case, but if you can’t find the ruby18<br />
executable it might be worth a shot.<br />
You *could* try deleting just the Bundle Support bundle (while TM is<br />
not running), but I have no idea if that would work…<br />
<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">On 7 mars 2017 à 16:50 +0100, Martin Kühl <martin.kuehl@gmail.com>, wrote:<br />
<br />
On 7 March 2017 at 16:14, David Bourguignon <tal.bourguignon@gmail.com<br />
wrote:<br />
<br />
since a few days, my textmate2 commands using ruby won’t start and just<br />
yield an error :<br />
<br />
env: ruby18: Permission denied<br />
<br />
<br />
I can’t recall any major change in my system recently.<br />
<br />
Has anyone an idea?<br />
<br />
<br />
I think ruby18 is installed as part of the Bundle Support bundle, have<br />
you maybe done something with that?<br />
<br />
From inside TextMate,<br />
⌃R on a line «which ruby18» should tell you where it finds ruby18,<br />
and ⌃R on a line «chmod a+x `which ruby18`» should fix the issue<br />
(or tell you why it can’t)<br />
<br />
HTH,<br />
Martin<br />
<br />
_______________________________________________<br />
textmate mailing list<br />
textmate@lists.macromates.com<br />
http://lists.macromates.com/listinfo/textmate<br />
<br />
<br />
<br />
_______________________________________________<br />
textmate mailing list<br />
textmate@lists.macromates.com<br />
http://lists.macromates.com/listinfo/textmate<br /></blockquote>
<br />
_______________________________________________<br />
textmate mailing list<br />
textmate@lists.macromates.com<br />
http://lists.macromates.com/listinfo/textmate</blockquote>
</div>
</body>
</html>