aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter7/python.sh')
-rw-r--r--chapter7/python.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter7/python.sh b/chapter7/python.sh
new file mode 100644
index 0000000..7d158b1
--- /dev/null
+++ b/chapter7/python.sh
@@ -0,0 +1,5 @@
+./configure --prefix=/usr \
+ --enable-shared \
+ --without-ensurepip &&
+make &&
+make -j1 install