Files

4 lines
143 B
Plaintext
Raw Permalink Normal View History

python=apk add --no-cache python3 && ln -sf /usr/bin/python3 /usr/bin/python
pip=apk add --no-cache py3-pip
python3=apk add --no-cache python3