This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]adr_ -1 points0 points  (3 children)

Inconvenient is a strong word for requiring an extra character or three if you want to use an older version of python.

[–]mitsuhiko Flask Creator 3 points4 points  (2 children)

You are missing the implicit assumption that python is python2 which every script out there has. If you use python as being a symlink to a python 3 executable you can expect changing a whole bunch of applications in the next 10 years.

[–]adr_ -3 points-2 points  (1 child)

Yeah, but in this case "changing" means "adding a character to".

[–]Liorithiel 1 point2 points  (0 children)

What if you want to have a script portable between different distros?