#!/bin/bash

./configure --prefix=/usr \
            --enable-shared \
            --without-ensurepip &&
make &&
make -j1 install