#!/bin/sh -e ./configure \ --prefix=/usr \ --without-ensurepip \ --help 2>&1 | less make make DESTDIR="$1" install ln -s python3 "$1/usr/bin/python"