diff --git a/bin/compile b/bin/compile index 38062d5..ea35cde 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