Add more quotes

This commit is contained in:
Richard Berger
2021-04-30 17:52:32 -04:00
parent bebb5c3edf
commit 7994bb320f
7 changed files with 36 additions and 36 deletions

View File

@ -8,7 +8,7 @@ then
fi
export PIP_NO_INDEX=1
export PIP_FIND_LINKS=$PIP_CACHE_DIR
export PIP_FIND_LINKS="$PIP_CACHE_DIR"
echo "Disabling pip index and use local cache directory..."