diff --git a/bin/compile b/bin/compile
index f187a680289df43f0fe3fb9fca37baad0e38d4d2..28525531824b21305ee2b9119ca9efa5a1c25353 100755
--- a/bin/compile
+++ b/bin/compile
@@ -104,9 +104,9 @@ if [ ! -f requirements.txt ]; then
 fi
 
 # Sticky runtimes.
-if [ -f $CACHE_DIR/.heroku/python-version ]; then
-  DEFAULT_PYTHON_VERSION=$(cat $CACHE_DIR/.heroku/python-version)
-fi
+# if [ -f $CACHE_DIR/.heroku/python-version ]; then
+#   DEFAULT_PYTHON_VERSION=$(cat $CACHE_DIR/.heroku/python-version)
+# fi
 
 # If no runtime given, assume default version.
 if [ ! -f runtime.txt ]; then