On Wed, May 7, 2014 at 12:03 PM, Felipe Contreras <[email protected]> wrote: > It's better if all our scripts use the same '/usr/bin/env python'.
Only if they are source compatible with both Python2 and Python3. See PEP394 <URL: http://legacy.python.org/dev/peps/pep-0394/ >. Otherwise (for python2-only scripts) '/usr/bin/env python2' is the way to go. ...Johan -- Johan Herland, <[email protected]> www.herland.net -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

