# become root
sudo -i
#install git
yum install -y git
git clone https://github.com/tlepple/py36.git
# change dir
cd py36
# run the install
./setup.sh
which python3.6
# expected output:
/usr/local/bin/python3.6
# python version
python3.6 --version
#expected output:
Python 3.6.9