From 8b76a87f98facd960f3b0331fcd3adb7f606623d Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 12 Sep 2018 10:04:34 -0400 Subject: [PATCH] OSX setup helper install pip python dependencies with sudo --- Tools/setup/OSX.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/setup/OSX.sh b/Tools/setup/OSX.sh index d83723cd50..2ccbe700d0 100755 --- a/Tools/setup/OSX.sh +++ b/Tools/setup/OSX.sh @@ -8,7 +8,7 @@ brew install px4-dev # python dependencies sudo easy_install pip -pip install -r ${DIR}/requirements.txt +sudo -H pip install -r ${DIR}/requirements.txt # Optional, but recommended additional simulation tools: brew install px4-sim