From d55e3416002b8ad4e587aff833e189586f9cf39e Mon Sep 17 00:00:00 2001 From: micziz <99438936+micziz@users.noreply.github.com> Date: Wed, 15 Jun 2022 20:14:29 +0200 Subject: [PATCH] Update install.sh Co-authored-by: drugsosos <44712637+Drugsosos@users.noreply.github.com> --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6302335..af1a584 100644 --- a/install.sh +++ b/install.sh @@ -119,7 +119,7 @@ function install_centos(){ echo "Python is already installed" fi if [ ! command -v pip3 &> /dev/null ]; then - sudo yum install python3-pip + python3 -m ensurepip --upgrade else echo "pip is already installed" fi