From c390f22b0fc4ea44fb4e535f08a33202535197ba Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sun, 27 Dec 2020 16:58:22 +0100 Subject: [PATCH] pip.sh use pip3 --- plugins.d/pip.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins.d/pip.sh b/plugins.d/pip.sh index a78f98e..376e674 100755 --- a/plugins.d/pip.sh +++ b/plugins.d/pip.sh @@ -15,14 +15,15 @@ #version: pip ou pip3 # pip: python3.8 - pip3: python3.9 -pip_version=pip +pip_version=pip3 #user: "" or "--user" user="" # No distract mode no_distract=false #add module to do_not_update array #declare -a do_not_update=() -declare -a do_not_update=("parso" "asgiref") +#declare -a do_not_update=("parso" "asgiref") +declare -a do_not_update=("asgiref") # #########################################