textmate/source.tmbundle

Ruby shim not pointing correctly

lecodeur opened this issue · 2 comments

Since the Point to ruby 1.8 shim commit the source bundle errors when invoked, not finding what it’s looking for:
env: ruby18: No such file or directory

Running 2.0-alpha.9547 on 10.9.3 using rbenv

Do you set PATH in Preferences → Variables or .tm_properties?

If so, you MUST reference the existing value, e.g.: PATH =
$PATH:/usr/local/bin

On 20 Jun 2014, at 14:08, lecodeur wrote:

Since the Point to ruby 1.8 shim commit the source bundle errors when
invoked, not finding what it’s looking for:
env: ruby18: No such file or directory

Running 2.0-alpha.9547 on 10.9.3 using rbenv


Reply to this email directly or view it on GitHub:
#15

Thanks, updating my preferences to start with $PATH fixed it.