From 1bdf4a0c649c4b94adda1afe533c3dc23cfda4cb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 11 Jul 2014 13:39:16 -0400 Subject: [PATCH] debugging --- bin/compile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/compile b/bin/compile index f0e0e56a..55c1e8e3 100755 --- a/bin/compile +++ b/bin/compile @@ -215,6 +215,12 @@ hash -r source $BIN_DIR/steps/pylibmc # bpwatch stop pylibmc_install + +# DEBUGGING +which python +which pip +python --version + # Install Mercurial if it appears to be required. if (grep -Fiq "hg+" requirements.txt) then # bpwatch start mercurial_install -- GitLab