setuptools added to pip install package fct
This commit is contained in:
parent
87e961ce14
commit
9e8fc71782
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ function installPackage () {
|
||||||
printf "\n[ERR] pip3 not found, installing...\n" &>> $logFile
|
printf "\n[ERR] pip3 not found, installing...\n" &>> $logFile
|
||||||
installPackage apt "python3-pip"
|
installPackage apt "python3-pip"
|
||||||
installPackage pip "pip"
|
installPackage pip "pip"
|
||||||
|
installPackage pip "setuptools"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
"npm")
|
"npm")
|
||||||
|
|
Loading…
Reference in a new issue