From 7114c97fe5ddb635b822226d30186616c7cb8285 Mon Sep 17 00:00:00 2001 From: andreika-git Date: Fri, 8 Apr 2022 15:55:04 +0300 Subject: [PATCH] pip3 --- bin/check_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check_all.sh b/bin/check_all.sh index de5bdd0..62966bf 100755 --- a/bin/check_all.sh +++ b/bin/check_all.sh @@ -173,7 +173,7 @@ function pip3_install_module { pip3v=$($pip_bin --version 2>&1 | grep -Po '(pip [0-9]+\.[0-9]+.*)') if [[ -z "$pip3v" ]] ; then echo "* Missing pip3" - if [ "${machine}" = "linux" ] ; then + if [ "${machine}" = "linux" ] || [ "${machine}" = "cygwin" ] ; then echo "Do you want to download and install it now? (Press 1 or 2)" select yn in "Yes" "No"; do case $yn in