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
python [05/03/2024 - 10:52] – Externe Bearbeitung 127.0.0.1python [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 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 ([[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.1709635959.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • von 127.0.0.1