webhookd
webhookd copied to clipboard
Having trouble installing python into alpine
trafficstars
Can you suggest a way to install a specific version of python? I tried installing python into the docker (alpine linux) using apk add python3-dev, but the latest version of alpine supports Python3.10 and I need Python3.9.
Using a Python version management such as https://github.com/pyenv/pyenv ?