Hi guys, Textmate doesn't seem to catch the correct interpreter, no matter what I do ...
ngw@slicingupeyeballs ~$ irb irb(main):001:0> require 'jcode' => true ngw@slicingupeyeballs ~$ echo $PATH /Users/ngw/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/ local/sbin:/opt/local/lib/postgresql83/bin:/usr/bin:/bin:/usr/sbin:/ sbin:/usr/local/bin:/usr/X11/bin ngw@slicingupeyeballs ~$ which ruby /opt/local/bin/ruby
The error I get when I try to load something in ruby (like the Blogging Bundle fetch posts) is:
ruby: no such file to load -- jcode (LoadError)
I'm stuck ...
TIA, ngw