I can't seem to figure out how to change which binaries TextMate uses for PHP/Perl etc. My local path is set to the proper one first, but textmate is using the old one...
Regards, Eric
I can't seem to figure out how to change which binaries TextMate uses for PHP/Perl etc. My local path is set to the proper one first, but textmate is using the old one...
One way is to set the relevant TM_* variables in TextMate > Preferences > Advanced > Shell Variables
For instance, I have: TM_PYTHON : /opt/local/bin/python TM_PHP : /opt/local/bin/php TM_RUBY : ...
etc.
-stefe
On Sep 15, 2007, at 11:48 AM, Steve Lianoglou wrote:
I can't seem to figure out how to change which binaries TextMate uses for PHP/Perl etc. My local path is set to the proper one first, but textmate is using the old one...
One way is to set the relevant TM_* variables in TextMate > Preferences > Advanced > Shell Variables
Not everything can however use these. To make sure everything uses the new versions you need to set your path in two places.
http://macromates.com/textmate/manual/shell_commands#search_path
Read especially the part following "Important…" in bold.