summaryrefslogtreecommitdiff
path: root/guides/languages/python.org
diff options
context:
space:
mode:
Diffstat (limited to 'guides/languages/python.org')
-rw-r--r--guides/languages/python.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/guides/languages/python.org b/guides/languages/python.org
index 3c11b13..b4d7969 100644
--- a/guides/languages/python.org
+++ b/guides/languages/python.org
@@ -18,6 +18,13 @@ Tumbleweed at least does not make it easy:
every remnant of the previous versions & the corresponding Python
runtime.
+ - Update 💡 :: The trick is to take the =$y= off. Requires a leap
+ of faith since neither ~zypper info~ nor zypper completions seem
+ to know about the unsuffixed names, but ~zypper install~ knows to
+ look for /capabilities/ instead of packages. Presumably
+ "installing capabilities" means they will be upgraded
+ automatically to =$((++yy))= when the time comes?
+
- I have no idea how to cajole zypper into installing those
"suggested" dependencies; =--recommended= does not cut it,
=--suggested= does not exist.
@@ -38,3 +45,5 @@ Tumbleweed at least does not make it easy:
4 new packages to install.
#+end_src
+ - Update 🫥 :: as of 2025-01-14, Tumbleweed's =python311= packages
+ no longer suggest nor recommend anything?