From 86267f93a1375b0b07289b0f95ccb50d02a82d42 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 7 Mar 2013 21:01:09 -0500 Subject: [PATCH] hash -r --- bin/compile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/compile b/bin/compile index 38062d59..ea35cde5 100755 --- a/bin/compile +++ b/bin/compile @@ -144,6 +144,8 @@ 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 -- GitLab