Skip to content

Commit fbbdadd

Browse files
author
Kenneth Reitz
committed
/s/Pip/pip
1 parent b54faf3 commit fbbdadd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ unset PYTHON_HOME
6565
unset PYTHONPATH
6666

6767
# We'll need to send these statics to other scripts we `source`.
68-
export PIP_DOWNLOAD_CACHE BUILD_DIR CACHE_DIR
68+
export PIP_DOWNLOAD_CACHE BUILD_DIR CACHE_DIR BIN_DIR
6969

7070
# Syntax sugar.
7171
indent() {
@@ -183,7 +183,7 @@ if (grep -Fiq "hg+" requirements.txt) then
183183
fi
184184

185185
# Install dependencies with Pip.
186-
puts-step "Installing dependencies using Pip version $(pip --version | awk '{print $2}')"
186+
puts-step "Installing dependencies using pip version $(pip --version | awk '{print $2}')"
187187
pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent
188188

189189
# Do additional application hackery if applications appears to be a Django app.

0 commit comments

Comments
 (0)