ubuntu.sh: don't upgrade pip outside of system package manager

This can lead to inconsistency with the installed package.
E.g. also if the package is remove the upgraded pip stays
but the symbolic links are gone.
This commit is contained in:
Matthias Grob
2020-06-29 21:56:12 +02:00
committed by Daniel Agar
parent 47de2419a3
commit c8d7027546
-1
View File
@@ -107,7 +107,6 @@ fi
# Python3 dependencies
echo
echo "Installing PX4 Python3 dependencies"
python3 -m pip install --upgrade pip
python3 -m pip install --user -r ${DIR}/requirements.txt
# NuttX toolchain (arm-none-eabi-gcc)