diff --git a/bin/compile b/bin/compile
index 6bcd1c5522343b90588785838a984426349a0040..6dd4f8b50c29b21c01876c37226750df45304499 100755
--- a/bin/compile
+++ b/bin/compile
@@ -20,7 +20,7 @@ CACHE_DIR=$2
 ENV_DIR=$3
 
 
-CACHE_ENTRIES=".heroku/python .heroku/python-stack .heroku/python-version .heroku/venv"
+CACHE_ENTRIES=".heroku/python .heroku/python-stack .heroku/python-version"
 
 # Static configurations for virtualenv caches.
 VIRTUALENV_LOC=".heroku/venv"