Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
python [17/08/2024 - 07:06] – Externe Bearbeitung 127.0.0.1 | 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:// | [[https:// | ||
- | < | ||
+ | < | ||
python3 -m venv / | python3 -m venv / | ||
- | |||
</ | </ | ||
- | ==== venv reaktivieren | + | |
+ | **venv reaktivieren** | ||
< | < | ||
source / | source / | ||
- | |||
</ | </ | ||
- | |||