We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54faf3 commit fbbdaddCopy full SHA for fbbdadd
1 file changed
bin/compile
@@ -65,7 +65,7 @@ unset PYTHON_HOME
65
unset PYTHONPATH
66
67
# We'll need to send these statics to other scripts we `source`.
68
-export PIP_DOWNLOAD_CACHE BUILD_DIR CACHE_DIR
+export PIP_DOWNLOAD_CACHE BUILD_DIR CACHE_DIR BIN_DIR
69
70
# Syntax sugar.
71
indent() {
@@ -183,7 +183,7 @@ if (grep -Fiq "hg+" requirements.txt) then
183
fi
184
185
# Install dependencies with Pip.
186
-puts-step "Installing dependencies using Pip version $(pip --version | awk '{print $2}')"
+puts-step "Installing dependencies using pip version $(pip --version | awk '{print $2}')"
187
pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent
188
189
# Do additional application hackery if applications appears to be a Django app.
0 commit comments