#!/bin/sh -e ./configure \ --prefix=/usr \ --without-ensurepip make make DESTDIR="$1" install