diff --git a/bin/compile b/bin/compile index 7ad089dc72910d42d58ac333c361a9f07b14e941..af47b6f0366dee2957a575d94e52d0061a52c338 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.