diff --git a/bin/compile b/bin/compile
index 223409189b59b80ff4c7f44030ec03547ddb5d70..490dffc1d8443c9e60cc758f529f8ada65b92fc7 100755
--- a/bin/compile
+++ b/bin/compile
@@ -157,7 +157,7 @@ if (grep -Fiq "hg+" requirements.txt) then
 fi
 
 # Install dependencies with Pip.
-puts-step "Installing dependencies using Pip (1.2.1)"
+puts-step "Installing dependencies using Pip ($PIP_VERSION)"
 pip install --use-mirrors -r requirements.txt --exists-action=w --src=./.heroku/src | cleanup | indent
 
 # Django collectstatic support.