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

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