1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

scripts/ansible: pip3 config --global set global.no-cache-dir false

This commit is contained in:
A Holt 2021-11-12 09:55:51 -05:00 committed by GitHub
parent cb09800f0c
commit 924074da3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,7 @@ $APT_PATH/apt -y install python3-pip
# cache system-wide before installing:
# https://stackoverflow.com/questions/9510474/removing-pips-cache/61762308#61762308
# https://github.com/iiab/iiab/pull/3022
pip3 config --global set global.cache-dir false
pip3 config --global set global.no-cache-dir false
echo -e "\n\n'pip3 install --upgrade ansible-core' will now run:\n"
pip3 install --upgrade ansible-core # ansible-core 2.12 (released 2021-11-08) requires Python >= 3.8