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 [18/06/2024 - 07:39] adminpython [10/09/2024 - 07:25] (aktuell) thommie4
Zeile 1: Zeile 1:
 ====== Python ====== ====== Python ======
 +
 +===== Basics =====
 +
 +https://www.w3schools.com/python/python_intro.asp
  
 [[https://docs.python.org/3/tutorial/|https://docs.python.org/3/tutorial/]] [[https://docs.python.org/3/tutorial/|https://docs.python.org/3/tutorial/]]
 +
 +===== 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://wiki.ubuntuusers.de/venv/|https://wiki.ubuntuusers.de/venv/]] [[https://wiki.ubuntuusers.de/venv/|https://wiki.ubuntuusers.de/venv/]]
-<code> 
  
 +<code>
 python3 -m venv /home/BENUTZER/venv-test python3 -m venv /home/BENUTZER/venv-test
 +</code>
  
-Aktivieren der venv nach relogin+**venv reaktivieren**
  
 +<code>
 source /home/BENUTZER/venv-test/bin/activate source /home/BENUTZER/venv-test/bin/activate
- 
 </code> </code>
- 
  
  • python.1718696362.txt.gz
  • Zuletzt geändert: 17/08/2024 - 07:06
  • (Externe Bearbeitung)