how to make python 2.7 working in alma linux 9 with dnf
I have Alma Linux 9 in my VM, which is not compatible with python 2.7, but I need backward compatibility as well.
I had installed python2.7 from the source code and created a softlink between /usr/bin/python and /usr/local/bin/python2.7. It was working.