diff options
Diffstat (limited to 'chapter7/python.sh')
-rw-r--r-- | chapter7/python.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter7/python.sh b/chapter7/python.sh index 7d158b1..daf1677 100644 --- a/chapter7/python.sh +++ b/chapter7/python.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ./configure --prefix=/usr \ --enable-shared \ --without-ensurepip && |