Skip to content
Snippets Groups Projects
Commit fbbdadd3 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

/s/Pip/pip

parent b54faf36
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ unset PYTHON_HOME ...@@ -65,7 +65,7 @@ unset PYTHON_HOME
unset PYTHONPATH unset PYTHONPATH
# We'll need to send these statics to other scripts we `source`. # 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. # Syntax sugar.
indent() { indent() {
...@@ -183,7 +183,7 @@ if (grep -Fiq "hg+" requirements.txt) then ...@@ -183,7 +183,7 @@ if (grep -Fiq "hg+" requirements.txt) then
fi fi
# Install dependencies with Pip. # 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 pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent
# Do additional application hackery if applications appears to be a Django app. # Do additional application hackery if applications appears to be a Django app.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment