webhookd icon indicating copy to clipboard operation
webhookd copied to clipboard

Having trouble installing python into alpine

Open free-soellingeraj opened this issue 3 years ago • 1 comments
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.

free-soellingeraj avatar Oct 20 '22 12:10 free-soellingeraj

Using a Python version management such as https://github.com/pyenv/pyenv ?

ncarlier avatar Oct 20 '22 12:10 ncarlier