Bob Ippolito wrote:
> Change your PATH environment variable to put /usr/local/bin before /
> usr/bin or equivalent.
That's option A.
Option B. is to use "python2.4" when you want 2.4, either at the command
line, or in a script's #! line:
#!/usr/bin/env python2.4
I'm pretty sure Bob's 2.5 pa
On May 22, 2005, at 12:40 PM, Kenneth McDonald wrote:
> I just downloaded and installed the Tiger 2.4 Python mpkg (including
> the fix afterwords), mainly so I could use Bob's great looking xattr
> module. Bringing up 'python' in a terminal brings up 2.3.whatever, and
> I assume that's because th