chore(update-alternatives): bring up notice about Suse's python issues

This commit is contained in:
Michele Cereda
2024-06-29 21:17:20 +02:00
parent c024f89de2
commit 2864ec3006

View File

@@ -13,15 +13,10 @@ Intro
## TL;DR ## TL;DR
<!-- Uncomment if used > Do **not** install custom alternatives for `python3` on SUSE systems.<br/>
<details> > `/usr/bin/python3` does **not** have update alternatives there due to system tools dependencies and always points to
<summary>Installation and configuration</summary> > specific tested versions. Creating custom `python3` alternatives pointing to different versions — i.e., `python3.11`
> — **will** break dependent system tools.
```sh
```
</details>
-->
<details> <details>
<summary>Usage</summary> <summary>Usage</summary>
@@ -40,16 +35,6 @@ update-alternatives --config --all
</details> </details>
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings ## Further readings
### Sources ### Sources
@@ -65,5 +50,6 @@ update-alternatives --config --all
<!-- Knowledge base --> <!-- Knowledge base -->
<!-- Files --> <!-- Files -->
<!-- Upstream --> <!-- Upstream -->
<!-- Others -->
[update-alternatives: managing multiple versions of commands and files]: https://documentation.suse.com/sles/15-SP5/html/SLES-all/cha-update-alternative.html [update-alternatives: managing multiple versions of commands and files]: https://documentation.suse.com/sles/15-SP5/html/SLES-all/cha-update-alternative.html
<!-- Others -->