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

hash -r

parent 50642e70
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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