We have an legacy application running on old python version which is python 2.7
i tried installing 2.7 from source but failed to so with many errors
Also tried using sudo dnf install python2.7 but it says
Error: Unable to find a match: python2.7
Is there any correct way to install python2.7 on rehl 9 ?