diff --git a/bin/compile b/bin/compile
index 44a7d3200bd56327cfd8991987e4f1a5dedde6cd..970f0caef5a169c153082831898df294fdade81a 100755
--- a/bin/compile
+++ b/bin/compile
@@ -4,6 +4,7 @@
 set -eo pipefail
 
 env
+which python
 
 BIN_DIR=$(cd $(dirname $0); pwd) # absolute path
 ROOT_DIR=$(dirname $BIN_DIR)