I have previous had no problem building a mirror server with Oracle Linux 7. I have followed the same steps registering the server, adding subscriptions. When I later run ./uln-yum-mirror script I immediately get an output saying python: command not found.
I realized I hadn't installed python, so I did, installing python38.
However again after running uln-yum-mirror I get same python: command not found message.
Scratching my head as I am bit out of ideas.
I have attempted adding alias python='python38' to ~/.bashrc but that has made no difference.