python

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
python [05/03/2024 - 10:52] – Externe Bearbeitung 127.0.0.1python [12/03/2024 - 09:35] 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 PIPX Install and Run Python Applications in Isolated Environments
  
-https://pypa.github.io/pipx/+[[https://pypa.github.io/pipx/|https://pypa.github.io/pipx/]] 
 + 
 +Tumbleweed: systemweite Installation über zypper install python-xyz. z.B. python311-rsa 
 + 
 +venv anlegen: 
 +<code> 
 + 
 +python3 -m venv /home/BENUTZER/venv-test 
 + 
 +source /home/BENUTZER/venv-test/bin/activate 
 + 
 +</code>
  
  
  • python.txt
  • Zuletzt geändert: 12/03/2024 - 09:36
  • von admin