From 35345d11f5ea234dbcb076b5c64abf3644fba8f8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 7 Mar 2013 21:05:59 -0500 Subject: [PATCH] run hash after install --- bin/compile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 03855087..4020075c 100755 --- a/bin/compile +++ b/bin/compile @@ -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). -- GitLab