Unable to Run/Test Python Scripts with Binary Installation in Alma Linux 10
I was originally getting an error saying that UV could not be found, despite UV being installed as a system package. I installed it with
python3 -m pip install uv and that seems to have resolved the issue of UV not being found, although I'm not sure if this is related. Alma Linux 10 ships with Python 3.12.12, could that be the issue?