Dies ist eine alte Version des Dokuments!
Python
Basics
Installation
PIPX Install and Run Python Applications in Isolated Environments
Tumbleweed: systemweite Installation über zypper install python-xyz. z.B. python311-rsa
venv anlegen
https://wiki.ubuntuusers.de/venv/
python3 -m venv /home/BENUTZER/venv-test
venv beenden
(ampki) thommie@odysseus4:~/git/gitlabdevo/mbag/ampki> source activate bash: activate: Datei oder Verzeichnis nicht gefunden (ampki) thommie@odysseus4:~/git/gitlabdevo/mbag/ampki> source bin/activate (ampki) thommie@odysseus4:~/git/gitlabdevo/mbag/ampki> deactivate thommie@odysseus4:~/git/gitlabdevo/mbag/ampki>
venv reaktivieren
source /home/BENUTZER/venv-test/bin/activate