diff options
Diffstat (limited to 'chapter7/python.sh')
-rw-r--r-- | chapter7/python.sh | 7 |
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 |