Sample Header Ad - 728x90

How to install specific version of python on Alpine linux

8 votes
3 answers
39094 views
I am using docker's official docker image and want to install python3.9.6 Running this installs python 3.10.x
add --update --no-cache python3 && ln -sf python3 /usr/bin/python
and I can't figure out how to specify exact version of python I want to install. Please don't suggest using docker images with python preinstalled
Asked by hdw3 (181 rep)
Aug 5, 2022, 03:15 PM
Last activity: Feb 7, 2024, 01:26 PM