mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
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:
committed by
Daniel Agar
parent
47de2419a3
commit
c8d7027546
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user