Reindl Harald wrote:
I disagreed removing it in fedora was a good idea, the same holds here.
well, the real problem is Python itself and using it for important system tools! what happens when Python4 comes up
Simple (imho).
Always treat /usr/bin/python as legacy python2
python4 (when it comes) will be /usr/bin/python4 just like how python3 is /usr/bin/python3 today. No confusion, no ambiguity, no breakage.
-- Rex