diff --git a/bin/compile b/bin/compile index 7ad089d..af47b6f 100755 --- a/bin/compile +++ b/bin/compile @@ -152,6 +152,7 @@ if [[ $BUILD_DIR != '/app' ]]; then ln -s $BUILD_DIR/.heroku/python /app/.heroku/python ln -s $BUILD_DIR/.heroku/vendor /app/.heroku/vendor ln -s $BUILD_DIR/.heroku/venv /app/.heroku/venv + # NOTE: /app/.heroku/src also exists, but is copied manually later. fi # Install Python.