[TxMt] Re: Problems starting textmate from command line

Matt Bauman mbauman at gmail.com
Sat Apr 16 20:11:59 UTC 2011


Afflictedd2 <flethuseo at ...> writes:

> I am trying to use textmate from commandline as: mate file.txt but it
> doesn't work anymore after adding /sw/lib to my DYLD_LIBRARY_PATH.

As a simple workaround, you could add:

alias mate='DYLD_LIBRARY_PATH="" mate'

to your .bash_profile.  This only unsets DYLD_LIBRARY_PATH for that 
command; it remains as it was afterwards.



More information about the textmate mailing list