[Matrix-SIG] Release 7

Charles G Waldman cgw@pgt.com
Mon, 21 Dec 1998 14:56:29 -0500 (EST)


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.