Use /usr/bin/env python ... why?

Paul Foley see at below.invalid
Thu Jan 9 21:30:25 EST 2003


On 9 Jan 2003 12:44:41 -0800, Tim Cargile wrote:

> There was a previous thread on this that referenced a python.org FAQ
> that I thought was incomplete.  As a casual observer I would
> like to submit the following - in the order of most to least efficient
> and least to most flexible (perhaps):

I think you forgot to s/flexible/buggy/ :-)

Just use

   #!/bin/sh
   """"exec ${PYTHON:-python} -t $0 "$@";" """


-- 
Qui beneficium dedit, taceat; narret qui accepit                 -- Seneca

(setq reply-to
  (concatenate 'string "Paul Foley " "<mycroft" '(#\@) "actrix.gen.nz>"))




More information about the Python-list mailing list