"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > > 2) Give up and install python 2.4 in /usr/local. This leaves me in the > awkward situation of having to ensure that all our in-house scripts, > all the time use /usr/local/bin/python.
Or, as recommended, use... #!/usr/bin/env python ...and make sure the scripts are run in an appropriately configured environment. Paul -- http://mail.python.org/mailman/listinfo/python-list