aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/python.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-05 08:01:03 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-05 08:01:03 -0500
commita9c1e63e1422ae397ca3ba0c998497f1730aa808 (patch)
treed78a544073b8df9f1cc3f181ff1b77c508e6b15f /chapter7/python.sh
parent6d46c8c71555ef613ebc42674e94efaabb61f655 (diff)
parente2b07c1783bed883356db92f6290aff64895fa7d (diff)
Merge branch 'chapter7'
Diffstat (limited to 'chapter7/python.sh')
-rw-r--r--chapter7/python.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter7/python.sh b/chapter7/python.sh
new file mode 100644
index 0000000..daf1677
--- /dev/null
+++ b/chapter7/python.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+./configure --prefix=/usr \
+ --enable-shared \
+ --without-ensurepip &&
+make &&
+make -j1 install