Paul F. Dubois writes: > 5.. Changed #! startups to use /usr/bin/env instead of /bin/env. Isn't it a safe bet to assume "env" can be found by the standard search path and just write #!env python This seems to me like the most portable construction.