On 7 March 2017 at 16:14, David Bourguignon tal.bourguignon@gmail.com wrote:
since a few days, my textmate2 commands using ruby won’t start and just yield an error :
env: ruby18: Permission denied
I can’t recall any major change in my system recently.
Has anyone an idea?
I think ruby18 is installed as part of the Bundle Support bundle, have you maybe done something with that?
From inside TextMate,
⌃R on a line «which ruby18» should tell you where it finds ruby18, and ⌃R on a line «chmod a+x `which ruby18`» should fix the issue (or tell you why it can’t)
HTH, Martin