Commit 4cc660a3 authored by Kenneth Reitz's avatar Kenneth Reitz

bugs

parent 7c48f6d1
...@@ -56,7 +56,7 @@ done ...@@ -56,7 +56,7 @@ done
# Create virtualenv. Rebuild if corrupt. # Create virtualenv. Rebuild if corrupt.
set +e set +e
echo "-----> Preparing Python ($PYTHON_VERSION)" echo "-----> Preparing Python interpreter ($PYTHON_VERSION)"
PYTHON_EXE=$($BIN_DIR/python-build install $PYTHON_VERSION --quiet) PYTHON_EXE=$($BIN_DIR/python-build install $PYTHON_VERSION --quiet)
PYTHON_EXE=./python/vendor/python/bin/python PYTHON_EXE=./python/vendor/python/bin/python
...@@ -104,7 +104,7 @@ fi ...@@ -104,7 +104,7 @@ fi
# Make virtualenv relocatable. # Make virtualenv relocatable.
set +e set +e
OUT=$(virtualenv --relocatable .) OUT=$(virtualenv --python $PYTHON_EXE --relocatable .)
[ $? -ne 0 ] && { [ $? -ne 0 ] && {
echo " ! Error making virtualenv relocatable" echo " ! Error making virtualenv relocatable"
echo "$OUT" | indent echo "$OUT" | indent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment