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

default path confict

parent 102979e9
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ fi ...@@ -199,7 +199,7 @@ 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 --exists-action=w --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.
# Optionally, disable all Django-specific changes with `DISABLE_INJECTION` env. # Optionally, disable all Django-specific changes with `DISABLE_INJECTION` env.
......
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