aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 1a078619..c8074e31 100755
--- a/install.sh
+++ b/install.sh
@@ -26,6 +26,8 @@ rm Python-3.5.2.tar.xz > /dev/null
cd Python-3.5.2/
export PYTHONHOME=/usr/local
export LD_RUN_PATH=/usr/local/lib/
+echo "test:"
+echo $PYTHONHOME
./configure --enable-loadable-sqlite-extensions --enable-shared > /dev/null
make > /dev/null
sudo make install > /dev/null
bgstack15