From a624be1e20f4694c2c00ca19cfc6c057cbcc3340 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Jan 2012 23:08:16 -0500 Subject: [PATCH] env test --- bin/compile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/compile b/bin/compile index f0a0a10..19f5555 100755 --- a/bin/compile +++ b/bin/compile @@ -87,6 +87,10 @@ fi # Install dependencies. echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')" + +env + + pip install --use-mirrors -r requirements.txt | indent # Django support.