default path confict

This commit is contained in:
Kenneth Reitz
2012-07-01 16:57:34 -04:00
parent 102979e985
commit 23340bcfee
+1 -1
View File
@@ -199,7 +199,7 @@ fi
# Install dependencies with Pip.
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.
# Optionally, disable all Django-specific changes with `DISABLE_INJECTION` env.