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

working dir fix

parent c9209ebb
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,6 @@ if [ ! "$SKIP_INSTALL" ]; then
# Record for future reference.
echo $PYTHON_VERSION > .heroku/python-version
WORKING_DIR=$(pwd)
FRESH_PYTHON=true
hash -r
......@@ -134,6 +133,8 @@ fi
# If Pip isn't up to date:
if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_VERSION* ]]; then
WORKING_DIR=$(pwd)
# Prepare it for the real world
puts-step "Installing Distribute ($DISTRIBUTE_VERSION)"
cd $ROOT_DIR/vendor/distribute-$DISTRIBUTE_VERSION/
......
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