[TxMt] Re: Python Command + R
Allan Odgaard
mailinglist at textmate.org
Sun Mar 15 04:29:19 UTC 2015
On 15 Mar 2015, at 6:17, svsdiscussion at gmail.com wrote:
> When I execute with command + R I get: /usr/bin/python
> On the other hand, when I execute with command + shift + R I get:
> /opt/local/bin/python
>
> I would like to get the second output with command + R. How can I do that?
In Preferences → Variables there is a PATH setting.
Change this to: /opt/local/bin:$PATH
More information about the textmate
mailing list