Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
python [05/03/2024 - 10:52] – Externe Bearbeitung 127.0.0.1 | python [10/09/2024 - 07:25] (aktuell) – thommie4 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Python ====== | ====== Python ====== | ||
- | https:// | + | ===== Basics ===== |
+ | |||
+ | https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | ===== Installation ===== | ||
PIPX Install and Run Python Applications in Isolated Environments | PIPX Install and Run Python Applications in Isolated Environments | ||
- | https:// | + | [[https:// |
+ | |||
+ | Tumbleweed: systemweite Installation über zypper install python-xyz. z.B. python311-rsa | ||
+ | |||
+ | **venv anlegen** | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | < | ||
+ | python3 -m venv / | ||
+ | </ | ||
+ | |||
+ | **venv reaktivieren** | ||
+ | < | ||
+ | source / | ||
+ | </ | ||