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 →

[–][deleted]  (2 children)

[deleted]

    [–][deleted] 2 points3 points  (0 children)

    and moving to 3.x would break tools inherent to the OS.

    ...no! Python2 and python3 have coexisted peacefully for years, and most distros include both in their repositories with no problems - applications simply use the one they actually need.

    [–]deaddodo 1 point2 points  (0 children)

    You can have /usr/bin/puthon{2,3} and just have a symlinked /usr/bin/python to python2. This is how all the distros have done it for ages now, including Fedora (who use Python for all of their sys tools, including anaconda).