I work on an AIX system where /usr/bin and /usr/local/bin apps can only be
installed by root. Our system doesn't have python or many other tools we
like to use installed so we have to install python in an alternate directory
location. We have a system installation of Perl installed, but it's a
release or two older than what we need, so we have done the same for perl.
Thus, #!/usr/bin/env whatever allows our developers to experiment without
always requiring the services of the admins, who are spread too thinly
amongst all the other *Nixes they have to support, and who are also
separated by many layers of red tape from us.

On Sat, May 3, 2008 at 10:24 AM, Lou Pecora <[EMAIL PROTECTED]>
wrote:

> In article <[EMAIL PROTECTED]>,
>  Grant Edwards <[EMAIL PROTECTED]> wrote:
>
> > On 2008-05-02, D'Arcy J.M. Cain <[EMAIL PROTECTED]> wrote:
> > > On Sat, 03 May 2008 00:44:00 +1000
> > > Ben Finney <[EMAIL PROTECTED]<[EMAIL PROTECTED]>>
> wrote:
> > >> "D'Arcy J.M. Cain" <[EMAIL PROTECTED]> writes:
> > >> > As someone else pointed out, not all the world is Linux.
> > >>
> > >> It's a good thing I've never implied such to be the case.
> > >
> > > You haven't *said* it but you have definitely *implied* it.
> > > Installing Python in /usr/bin is not common.
> >
> > It is common.  That's where it's installed by almost all Linux
> > distributions.
>
> MacOS X system python (or links to them) is in the same place.
>
> --
> -- Lou Pecora
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
| _ | * | _ |
| _ | _ | * |
| * | * | * |
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to