Hi, How Can I upgrade the python version of the Linux droplet?
Apache/2.4.29 (Ubuntu) mod_wsgi/4.5.17 Python/2.7 configured
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
In case that you are using Ubuntu or Debian, you should be able to install Python 3 by running the following:
In case that you need to install a very specific version, you can follow the steps here:
https://www.digitalocean.com/community/questions/how-to-install-a-specific-python-version-on-ubuntu
Regards, Bobby