On 3/19/21 12:44 PM, наб wrote: > Package: python3-minimal > Version: 3.9.2-2 > Severity: wishlist > Tags: patch > > Dear Maintainer, > > python3-minimal currently contains the following: > lrwxrwxrwx root/root 0 2021-03-02 19:55 ./usr/bin/python3 -> > python3.9 > lrwxrwxrwx root/root 0 2021-03-02 19:55 > ./usr/share/man/man1/python3.1.gz -> python3.9.1.gz > > But multiple python3.x versions can be installed simultaneously, > and a newer one can break code that worked on a previous one; > the standard solution to this is to run > update-alternatives --configure python3 > but imagine my surprise when that returned no results!
No, that would break any extension not built for the newer version. Not doing that.