Install Python 3.9 on CentOS 8

$ sudo dnf install python39 -y
$ cd /usr/bin
$ sudo ln -s /usr/bin/python3.9 python