Install Python 3.9.4

wget https://www.python.org/ftp/python/3.9.4/Python-3.9.4.tgz 

tar xzf Python-3.9.4.tgz 

cd Python-3.9.4 
./configure --enable-optimizations 

make altinstall