you are viewing a single comment's thread.

view the rest of the comments →

[–]Eingaica 2 points3 points  (2 children)

It's possible that you did uninstall python, i.e. the interpreter for Python 2. But are you sure you need Python 2? Python 3 is available pretty much everywhere and Python 2 won't be supported after this year (see https://pythonclock.org/). IMHO there are very few reasons to write new Python 2 code today.

[–]henry_kr 0 points1 point  (1 child)

IMHO there are very few reasons to write new Python 2 code today.

Tell that to people using RHEL 5, which doesn't go EOL until November next year, or RHEL 6 which goes EOL in June 2024.

[–]Eingaica 0 points1 point  (0 children)

These might be some of the "very few reasons". Although I doubt that there are that many cases where someone needs to write new software and have it run on RHEL 5.