File: 21_apk_install_py3.sh

package info (click to toggle)
swift 2.26.0-10%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,536 kB
  • sloc: python: 224,579; sh: 604; pascal: 253; makefile: 72; xml: 32
file content (10 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

apk add --update \
  python3 \
  python3-dev \
  py3-pip

if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi