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