aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/python.sh
blob: cb148280010a224c5ff24effe875ba4300c192ab (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

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