Just downloaded the rspec plugin and when i try to run anything i get this error:<br><br>/tmp/temp_textmate.RAORye: line 9: /opt/local/bin/ruby: No such file or directory<br><br><br>At first i was receiving a similar error after i installed snow leopard and couldn't run ruby tests with cmd+r, i fixed it by editing my environment.plist to this:<br>
<br>/usr/local/bin:/usr/bin/ruby:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin/Users/richardschneeman/bin/bin/:/usr/local/bin<br><br><br>When i run echo $PATH i get this:<br><br>#!/bin/sh     <br>echo "$PATH"/usr/local/bin:/usr/bin/ruby:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/Users/richardschneeman/bin/bin/:/usr/local/bin<br>
<br><br>I'm also getting a similar error running other bundles, so i believe it is with textmate configuration itself. From googling the only two documents I have been able to find only mention editing the path directly, or the environment.plist both of which show my correct ruby implementation:<br>
<br>which ruby<br>/usr/bin/ruby<br><br>ahead in the list of /opt/local/bin/ so i don't understand why textmate would ever look there first. Either way additional troubleshooting tips will certainly be appreciated<br><br>