python

Dies ist eine alte Version des Dokuments!


Python

https://docs.python.org/3/tutorial/

PIPX Install and Run Python Applications in Isolated Environments

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>

  • python.1710236083.txt.gz
  • Zuletzt geändert: 12/03/2024 - 09:34
  • von admin