sudo dnf update -y
When executing below command, it should really display the list of python versions available.
sudo dnf install python
Now we can select one of the version
sudo dnf install python36 -y
python3 -V
references:
https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-rocky-linux-9
No comments:
Post a Comment