[Baypiggies] Is there an equivalent to perl -S for python?

William Deegan bdbaddog at gmail.com
Mon Jan 25 22:11:47 CET 2010


Greetings,

perl -S xyz.pl   will find the xyz.pl in the PATH and run it.
Is there an equivalent flag for python?
Or do I need to do:
x=`which xyz.py`
python $x

Thanks,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20100125/d11e419f/attachment.htm>


More information about the Baypiggies mailing list