From 5a9155e3112e2b95bd9a1b28838dec172cd24bc9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 19 Dec 2016 15:04:57 -0500 Subject: [PATCH] build dir for pip --- bin/steps/pip-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/pip-install b/bin/steps/pip-install index ed5798d..70cba9b 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -8,7 +8,7 @@ puts-cmd "pip install -r requirements.txt" cd /app set +e -/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=/app/.heroku/src --disable-pip-version-check --no-cache-dir 2>&1 | tee $WARNINGS_LOG | cleanup | indent +/app/.heroku/python/bin/pip install -r $BUILD_DIR/requirements.txt --exists-action=w --src=/app/.heroku/src --disable-pip-version-check --no-cache-dir 2>&1 | tee $WARNINGS_LOG | cleanup | indent PIP_STATUS="${PIPESTATUS[0]}" set -e