run hash after install

This commit is contained in:
Kenneth Reitz
2013-03-07 21:05:59 -05:00
parent 6ee17b4c26
commit 35345d11f5
+1 -2
View File
@@ -144,11 +144,10 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_VERSION* ]]; then
cd $ROOT_DIR/vendor/pip-$PIP_VERSION/
python setup.py install # &> /dev/null
cd $WORKING_DIR
hash -r
fi
set -e
hash -r
# Pylibmc support.
# See [`bin/steps/pylibmc`](pylibmc.html).