Python update on Debian

Asked

Viewed 96 times

-2

My machine runs Debian 9 and wanted to upgrade Python to the latest version without modifying the Debian version.

It is possible to do this through some official repository or I will have to install manually?

1 answer

0


You can manually install through an official channel.

Follow the link to update python3.7 to python3.8 in debian 10.

https://linuxize.com/post/how-to-install-python-3-8-on-debian-10/

Personally I do not recommend updating important packages for the system like Python. Ideally, you should install the latest Python and continue using your system’s Python as default, using the latest Python only when needed.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.