me on blogging RSS

Archive

Sep
23rd
2009
Wed
permalink

TextMate not finding your gems?

If you’ve built ruby yourself and stuck it in /usr/local/bin you may run into a problem where textmate is using the pre-installed version of ruby. That will result in searching for gems in the pre-installed location (wherever that is)

To fix this add a shell variable called TM_RUBY in the advanced preferences of TM pointing to /usr/local/bin/ruby

Comments (View)
blog comments powered by Disqus