The reason it works if you start it from the Terminal (I think) is that it then inherits $PATH from bash; if you start via the dock / Finder / Quicksilver then it inherits $PATH from Finder, which doesn't include /usr/local/bin.
<br><br>If you want it to always work, you can edit your ~/.MacOSX/environment.plist -- see <a href="http://www.macromates.com/textmate/manual/shell_commands#search_path">http://www.macromates.com/textmate/manual/shell_commands#search_path
</a> (scroll down to the paragraph that starts with "Important").<br><br><div><span class="gmail_quote">On 8/8/07, <b class="gmail_sendername">Alexey Blinov</b> <<a href="mailto:nilcolor@gmail.com">nilcolor@gmail.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi.<br>I found alt solution to dateTime Ruby problem... Backgroud: i've
<br>install latest ruby in /usr/local/bin so bundled version of ruby is<br>available too. But i add the following to the ~/.profile<br><br>export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH<br><br>
so now if i type ruby in Terminall.app i get a newer version.<br><br>OK. If i run TM using icon in the Dock or in Application folder i get<br>blogging bundle error while post/fetch posts. BUT if i start TM using<br>`mate` command via 
Terminal.app - i have no errors at all! So<br>warkaround is - start TM using `mate` command from Terminal.app.<br><br>On 8/8/07, Brett Terpstra <<a href="mailto:brett@circlesixdesign.com">brett@circlesixdesign.com</a>> wrote:
<br>> Are you running into the dateTime ruby problem[1]?<br>><br>> <a href="http://macromates.com/blog/2006/blogging-from-textmate/">http://macromates.com/blog/2006/blogging-from-textmate/</a><br>><br>> Brett
<br>><br>> On Aug 7, 2007, at 11:35 PM, Steven W Riggins wrote:<br>><br>> > After the latest updates, the blogging bundle, even with previous<br>> > fixes won't fetch posts.<br>> ><br>> > Is there a fix available?
<br>> ><br>> > ______________________________________________________________________<br>> > For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
> > (threading gets destroyed and the universe will collapse if you don't)<br>> > <a href="http://lists.macromates.com/mailman/listinfo/textmate">http://lists.macromates.com/mailman/listinfo/textmate</a><br>
><br>><br>> ______________________________________________________________________<br>> For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>> (threading gets destroyed and the universe will collapse if you don't)
<br>> <a href="http://lists.macromates.com/mailman/listinfo/textmate">http://lists.macromates.com/mailman/listinfo/textmate</a><br>><br><br>______________________________________________________________________<br>For new threads USE THIS: 
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>(threading gets destroyed and the universe will collapse if you don't)<br><a href="http://lists.macromates.com/mailman/listinfo/textmate">
http://lists.macromates.com/mailman/listinfo/textmate</a><br></blockquote></div><br>