Don't upgrade pip in the installer (pip 22.0 is being an issue)

This commit is contained in:
alfrix 2022-01-30 16:05:14 -03:00
parent 0f5752e3f1
commit 588869aa57

View File

@ -58,7 +58,6 @@ create_virtualenv()
[ ! -d ${KSENV} ] && virtualenv -p /usr/bin/python3 ${KSENV}
source ${KSENV}/bin/activate
pip install -U pip
while read requirements; do
pip install $requirements
if [ $? -gt 0 ]; then