4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
|
|
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
|