Wie installiere ich Python unter Alpine Linux?
Posted: 19 Jan 2025, 20:40
Wie installiere ich Python3 und Python3-Pip auf einem Alpine-basierten Image (ohne ein Python-Image zu verwenden)?
Code: Select all
$ apk add --update python3.8 python3-pip
ERROR: unsatisfiable constraints:
python3-pip (missing):
required by: world[python3-pip]
python3.8 (missing):
required by: world[python3.8]