diff --git a/knowledge base/update-alternatives.md b/knowledge base/update-alternatives.md index 914770d..329b972 100644 --- a/knowledge base/update-alternatives.md +++ b/knowledge base/update-alternatives.md @@ -13,15 +13,10 @@ Intro ## TL;DR - +> Do **not** install custom alternatives for `python3` on SUSE systems.
+> `/usr/bin/python3` does **not** have update alternatives there due to system tools dependencies and always points to +> specific tested versions. Creating custom `python3` alternatives pointing to different versions — i.e., `python3.11` +> — **will** break dependent system tools.
Usage @@ -40,16 +35,6 @@ update-alternatives --config --all
- - ## Further readings ### Sources @@ -65,5 +50,6 @@ update-alternatives --config --all - [update-alternatives: managing multiple versions of commands and files]: https://documentation.suse.com/sles/15-SP5/html/SLES-all/cha-update-alternative.html + +