So I believe my upgrade issue (trying to go from 20.04 -> 20.10) is related to my python version now being 3.8.5 when 3.8.2 is what 20.04 shipped with. Unfortunately the upgrade was a while back so I don't recall all the various things I found online that ultimately got me to 3.8.5. I do appear to be using "alternatives" however.
Some hints:
Code:
$ /usr/bin/python3 --version
Python 3.8.5
$ ls -l /usr/bin/python3
lrwxrwxrwx 1 root root 25 Jun 3 21:21 /usr/bin/python3 -> /etc/alternatives/python3
$ sudo update-alternatives --config python3
There is only one alternative in link group python3 (providing /usr/bin/python3): /usr/bin/python3.8
Nothing to configure.
Would
Code:
sudo apt-get install --reinstall python
be the correct course of action?
(I'm using Xubuntu but I'm not sure that's relevant)
Bookmarks