Commit fbbdadd3 authored by Kenneth Reitz's avatar Kenneth Reitz

/s/Pip/pip

parent b54faf36
......@@ -65,7 +65,7 @@ unset PYTHON_HOME
unset PYTHONPATH
# We'll need to send these statics to other scripts we `source`.
export PIP_DOWNLOAD_CACHE BUILD_DIR CACHE_DIR
export PIP_DOWNLOAD_CACHE BUILD_DIR CACHE_DIR BIN_DIR
# Syntax sugar.
indent() {
......@@ -183,7 +183,7 @@ if (grep -Fiq "hg+" requirements.txt) then
fi
# Install dependencies with Pip.
puts-step "Installing dependencies using Pip version $(pip --version | awk '{print $2}')"
puts-step "Installing dependencies using pip version $(pip --version | awk '{print $2}')"
pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent
# Do additional application hackery if applications appears to be a Django app.
......
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