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:
parent
cb09800f0c
commit
924074da3a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue