Skip to content
Snippets Groups Projects
Commit 364a1faf authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

-e fixings

parent 251b7f79
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ bpwatch stop restore_cache ...@@ -154,7 +154,7 @@ bpwatch stop restore_cache
mkdir -p $(dirname $PROFILE_PATH) mkdir -p $(dirname $PROFILE_PATH)
# Make the directory for -e pip installations. # Make the directory for -e pip installations.
mkdir -p /$app/.heroku/src mkdir -p /app/.heroku/src
if [[ $BUILD_DIR != '/app' ]]; then if [[ $BUILD_DIR != '/app' ]]; then
# python expects to reside in /app, so set up symlinks # python expects to reside in /app, so set up symlinks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment