#!/usr/bin/env bash
./configure --prefix=/usr \
--enable-shared \
--without-ensurepip \
--without-static-libpython
make
make install