On Wed, May 7, 2014 at 12:03 PM, Felipe Contreras
<felipe.contre...@gmail.com> 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, <jo...@herland.net>
www.herland.net
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to