From 844a8daad68321e7d6e754279ef825e08428f9d1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2012 05:49:37 -0500 Subject: [PATCH] source it --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index d00291d..7a091b6 100755 --- a/bin/compile +++ b/bin/compile @@ -63,7 +63,7 @@ echo "-----> Preparing Python interpreter ($PYTHON_VERSION)" # PYTHON_EXE=$($BIN_DIR/python-build install $PYTHON_VERSION --quiet) export BUILD_DIR -./python-build +source $BIN_DIR/python-build PYTHON_EXE=$BUILD_DIR/.vendor/python/bin/python