I am currently working on Python 2.6.5 and I would like to upgrade to Python 2.6.6.
Is there a way I can do so?
In Linux:
https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tgz
)wget "https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tgz"
tar -zxvf Python-3.8.3.tgz
to extract Pythoncd
into the directory where Python has been extracted to./configure
make
make install
python --version
to check that the installation was successfulPython should now be installed at the desired version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With