aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/python.sh
blob: 7d158b1a274aebe2c6fb5d5ea5c882dc73c070ad (plain)
1
2
3
4
5
./configure --prefix=/usr \
            --enable-shared \
            --without-ensurepip &&
make &&
make -j1 install