Commit fd53d4e1 authored by Kenneth Reitz's avatar Kenneth Reitz

also skip pip install

Signed-off-by: 's avatarKenneth Reitz <me@kennethreitz.org>
parent 329cd6eb
...@@ -14,8 +14,8 @@ if [[ -f Pipfile.lock ]]; then ...@@ -14,8 +14,8 @@ if [[ -f Pipfile.lock ]]; then
# echo "To disable this functionality, run the following command:" # echo "To disable this functionality, run the following command:"
# echo "" # echo ""
# echo " $ heroku config:set PIPENV_ALWAYS_INSTALL=1" | indent # echo " $ heroku config:set PIPENV_ALWAYS_INSTALL=1" | indent
export SKIP_PIPENV_INSTALL=1 export SKIP_PIPENV_INSTALL=1
export SKIP_PIP_INSTALL=1
fi fi
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment