On Mon, Apr 16, 2012, at 16:59, Allan McRae wrote: > > > I'd consider using "#!/usr/bin/evn python" over "#!/usr/bin/python" a > feature and not a bug as it allows me to put a local version of python > earlier in my path to test bugfixes etc. So I would actually vote to > switch all the #! to using /usr/bin/env... > yes, please do this for perl, ruby, tcl and last but not least for shell scripts too. It's at least consistent that way.