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