On Mar 15, 2008, at 9:43 AM, Alan Curtis wrote:
I am sure there is an easy fix.
How do I use textmate with the macports python which is
/opt/local/bin/python2.4
I used macports to install some modules.
For individual scripts, just use #!/opt/local/bin/python2.4
as the first line of your script. PyMate will use that.