Python Forum
Preparing for OS upgrade - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: Preparing for OS upgrade (/thread-24499.html)



Preparing for OS upgrade - jehoshua - Feb-17-2020

I need to upgrade the current Kubuntu version 16.04.6 LTS to the latest version because there are some issues with the Python version at present. I feel it can only be resolved by upgrading the OS.

In the preparation for that, do I just use pip to list all the installed packages, write that to a file, and then use that as a basis for re-installing Python packages again.


RE: Preparing for OS upgrade - Larz60+ - Feb-17-2020

You shouldn't need to touch your OS to upgrade python.
It's a relative simple procedure.
Go to https://www.python.org/downloads/
and download the linux package (you most likely want the 64 bit version)
follow the installation instructions as you run the script
make sure to select the option to save environment variables.


RE: Preparing for OS upgrade - jehoshua - Feb-17-2020

(Feb-17-2020, 03:52 AM)Larz60+ Wrote: You shouldn't need to touch your OS to upgrade python.

There have been ongoing problems. See https://python-forum.io/Thread-How-to-check-if-video-has-been-deleted-or-removed-in-youtube-using-python?page=2