python

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
python [15/10/2020 - 21:06] – angelegt thommie4python [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 
 + 
 +[[https://pypa.github.io/pipx/|https://pypa.github.io/pipx/]] 
 + 
 +Tumbleweed: systemweite Installation über zypper install python-xyz. z.B. python311-rsa 
 + 
 +venv anlegen: 
 + 
 +<notranslate> python3 -m venv /home/BENUTZER/venv-test </notranslate> 
 + 
 +<notranslate> source /home/BENUTZER/venv-test/bin/activate </notranslate> 
 + 
 +https://wiki.ubuntuusers.de/venv/ 
  
  • python.txt
  • Zuletzt geändert: 12/03/2024 - 09:36
  • von admin