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

run hash after install

parent 6ee17b4c
No related branches found
No related tags found
No related merge requests found
...@@ -144,11 +144,10 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_VERSION* ]]; then ...@@ -144,11 +144,10 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_VERSION* ]]; then
cd $ROOT_DIR/vendor/pip-$PIP_VERSION/ cd $ROOT_DIR/vendor/pip-$PIP_VERSION/
python setup.py install # &> /dev/null python setup.py install # &> /dev/null
cd $WORKING_DIR cd $WORKING_DIR
hash -r
fi fi
set -e set -e
hash -r
# Pylibmc support. # Pylibmc support.
# See [`bin/steps/pylibmc`](pylibmc.html). # See [`bin/steps/pylibmc`](pylibmc.html).
......
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