On Fri, 27 Jul 2007 13:13:08 -0500
Greg Lindstrom wrote:

..[snip]...

> I'm not sure what you are asking here.
> 
> $ ls -l /usr/bin/env
> lrwxrwxrwx 1 root root 8 May 18  2006 /usr/bin/env -> /bin/env
> 
> $ ls -l /usr/bin/python
> lrwxrwxrwx 1 root root 9 May 18  2006 /usr/bin/python -> python2.4

This looks suspicious to me.  /usr/bin/python is a symlink to
python2.4.  

Where is python2.4?  Is it on your path?  

Can you run it with command "python2.4" ???

What do the following commands report:

   which python
   which python2.4

HTH.

Regards,

David
-- 
[EMAIL PROTECTED] mailing list

Reply via email to