repo/extra/python/build
2019-08-28 18:55:53 +00:00

12 lines
175 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--with-ensurepip=install
make
make DESTDIR="$1" install
ln -s python3 "$1/usr/bin/python"
ln -s pip3 "$1/usr/bin/pip"