diff --git a/bin/compile b/bin/compile
index 287a8d50e4e90a713091440e2a37f09ca76b3de9..407a18c776c4da5996be49ccea94519bb42b79e5 100755
--- a/bin/compile
+++ b/bin/compile
@@ -3,8 +3,11 @@
 
 set -eo pipefail
 
-env
-which python
+# env
+# which python
+
+# Testing.
+export PATH=:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin
 
 BIN_DIR=$(cd $(dirname $0); pwd) # absolute path
 ROOT_DIR=$(dirname $BIN_DIR)