From 23340bcfee6c45e4d1bb3a769586daed32fb7031 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 1 Jul 2012 16:57:34 -0400 Subject: [PATCH] default path confict --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 0406483..f424b3f 100755 --- a/bin/compile +++ b/bin/compile @@ -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.