python

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
python [15/10/2020 - 21:06] – angelegt thommie4python [12/03/2024 - 09:36] (aktuell) admin
Zeile 1: Zeile 1:
 ====== Python ====== ====== Python ======
  
-https://docs.python.org/3/tutorial/+[[https://docs.python.org/3/tutorial/|https://docs.python.org/3/tutorial/]] 
 + 
 +PIPX Install and Run Python Applications in Isolated Environments 
 + 
 +[[https://pypa.github.io/pipx/|https://pypa.github.io/pipx/]] 
 + 
 +Tumbleweed: systemweite Installation über zypper install python-xyz. z.B. python311-rsa 
 + 
 +venv anlegen ([[https://wiki.ubuntuusers.de/venv/|https://wiki.ubuntuusers.de/venv/]]): 
 +<code> 
 + 
 +python3 -m venv /home/BENUTZER/venv-test 
 + 
 +source /home/BENUTZER/venv-test/bin/activate 
 + 
 +</code> 
  
  • python.1602795981.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)