Re: postflight problems installing 2.5 on Tiger
Re: postflight problems installing 2.5 on Tiger
- Subject: Re: postflight problems installing 2.5 on Tiger
- From: Greg Guerin <email@hidden>
- Date: Tue, 11 Dec 2007 12:38:03 -0700
Michelangelo D'Agostino wrote:
>However, I do have a working python. If I do "which python" it
>returns "/usr/local/bin/python" which is python 2.5 from the MacPython
>framework. Also, I can run a simple test script test.py which
>contains
>
>#!/usr/bin/env python
>print "Testing..."
>
>both as myself and with sudo and don't get that error.
/usr/local/bin isn't in the default $PATH. You've probably added it to
your shell profile. Unfortunately, an Installer script won't execute your
shell profile.
The python you Installer is expecting has to live in one of the dirs of the
default PATH. Mine has /usr/bin/python. If you don't have one there, then
I suspect the Installer script will inevitably fail.
You might also change the default PATH to contain /usr/local/bin:
<http://developer.apple.com/qa/qa2001/qa1067.html>
<http://www.rubicode.com/Software/RCEnvironment/>
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden