Install Python 3.9.9 on Centos7

1. Download necessary dependency package 2. Download python3.9.9 If it posted error about wget, most probably wget has not been installed yet. 3. Uncompressed python3.9.9 and make install 4. configure Env Varables so that python2/python3, pip can be distinguished 5. Confirm if Python and Pip have been installed successfully 6. Install virtualenv and virtualenvwrapper Installation …

Install Python 3.9.9 on Centos7 Read More »