From 0f26cd6f18fd541f33b44efd82bbe8646b216143 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 6 Nov 2021 16:58:29 -0400 Subject: [PATCH] scripts/ansible: pip -> pip3 bug (PR #3013) --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 445b24e04..316964157 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -170,7 +170,7 @@ $APT_PATH/apt -y install python3-pip # 2021-10-30: Using pip is messy, leaving behind cached files, so turn off pip # cache system-wide before installing: # https://stackoverflow.com/questions/9510474/removing-pips-cache/61762308#61762308 -pip config set global.cache-dir false +pip3 config set global.cache-dir false echo -e "\n\n'pip3 install --upgrade ansible-core' will now run:\n" if grep -qr buster /etc/apt; then pip3 install --upgrade ansible-core==2.11.6 # TEMPORARY support for RasPiOS Buster's Python 3.7