From c71a228f15251c1bf2f30a048838df70741fbfd4 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 20 Apr 2021 18:21:53 -0400 Subject: [PATCH] Tools/setup: macos use pip as python3 module --- Tools/setup/macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/setup/macos.sh b/Tools/setup/macos.sh index b0afb431f3..12f3689e3a 100755 --- a/Tools/setup/macos.sh +++ b/Tools/setup/macos.sh @@ -45,7 +45,7 @@ fi # Python dependencies echo "Installing PX4 Python3 dependencies" -pip3 install --user -r ${DIR}/requirements.txt +python3 -m pip install --user -r ${DIR}/requirements.txt # Optional, but recommended additional simulation tools: if [[ $INSTALL_SIM == "--sim-tools" ]]; then