|
From: Aahz <aa...@py...> - 2002-11-13 02:16:16
|
On Tue, Nov 12, 2002, David Goodger wrote: > > General tip: at the top of script files, don't use:: > > #!/usr/bin/python > > Please use this instead:: > > #! /usr/bin/env python Enh. Too many sysadmins I know decry this practice as a security risk. While I use the trick myself, I'm not at all comfortable pushing it as a solution for general scripts. It's not in PEP 8. -- Aahz (aa...@py...) <*> http://www.pythoncraft.com/ A: No. Q: Is top-posting okay? |