Am Mittwoch, 13. Januar 2021, 19:49:26 CET schrieben Sie:
On Wed, Jan 13, 2021 at 1:31 PM Axel Braun <axel.braun@gmx.de> wrote:
Hi,
Am Mittwoch, 13. Januar 2021, 13:33:41 CET schrieb Lubos Kocman:
* Multiple Python 3 interpreters should be supported. Currently, integration of 3.6 parallel to the existing 3.8 is in progress. Future should add 3.9 as well (the interpreter is already in Tumbleweed, but no python-modules built yet)
This has the unpleasant side effect, that no /usr/bin/python3 is installed anymore on a fresh TW installation. Instead we have a /usr/bin/python3.8 - should there not be a link to python3? There is supposed to be one included in python38-base, which it appears to be based on a repoquery:
b463066456ad:/ # dnf --quiet repoquery --file /usr/bin/python3 python38-base-0:3.8.6-2.1.i586 python38-base-0:3.8.6-2.1.x86_64
It seems to be installed and available too:
b463066456ad:/ # rpm -qf /usr/bin/python3 python38-base-3.8.6-2.1.x86_64 b463066456ad:/ # python3 --version Python 3.8.6
Not in my case: test@localhost:~> rpm -qf /usr/bin/python3 file /usr/bin/python3 is not owned by any package (I have set a link in between) ....although the /usr/bin/python3 is listed in the file list for python38-base Strange...