programmieren:python
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| programmieren:python [2021/11/05 18:39] – [Tipps] felix | programmieren:python [2025/01/07 15:32] (current) – [Package-Management] felix | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * **Python-Skript via Batch** starten ([[https:// | * **Python-Skript via Batch** starten ([[https:// | ||
| * '' | * '' | ||
| - | * besser ('' | + | * besser ('' |
| - | < | + | < |
| - | pause%%</ | + | oder noch besser: venv activaten, dann ins src-Verzeichnis springen und dort den Bot starten; klappt beim Tender-Screening!\\ |
| + | < | ||
| * v.a. wenn der ' | * v.a. wenn der ' | ||
| * **pip-Packages lokal**/ | * **pip-Packages lokal**/ | ||
| Line 16: | Line 17: | ||
| - ggf. vorher '' | - ggf. vorher '' | ||
| - '' | - '' | ||
| + | |||
| + | ==== Package-Management ==== | ||
| + | |||
| + | <WRAP center round info 100%> | ||
| + | pipx is not a tool for managing a projects virtual environment. It is used to install command line applications (implemented as Python packages e.g. ruff, mypy, ...) in isolated environments, | ||
| + | </ | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
programmieren/python.1636133975.txt.gz · Last modified: by felix
