Upgrade pip

This commit is contained in:
Gabriel Beims Bräscher 2021-02-25 23:37:48 -03:00 committed by Daan Hoogland
parent a62c0d44ce
commit 69d72bd4d5
1 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,12 @@ echo "<settings>
</mirrors>
</settings>" > ~/.m2/settings.xml
echo -e "\nChecking PIP Version: "
python3 -m pip --version
echo -e "\nUpgrading PIP if necessary: "
python3 -m pip install --upgrade pip
python3 -m pip --version
echo -e "\nInstalling some python packages: "
for ((i=0;i<$RETRY_COUNT;i++))