mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
no .heroku/venv
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user