From 093e8c04985b0ef50fe34b7b8431a5e830eb7f60 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 26 Sep 2017 17:49:42 +0200 Subject: [PATCH] Use sudo to install pip3 packages. --- travis/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/install_deps.sh b/travis/install_deps.sh index c656e0b56..5194748e7 100755 --- a/travis/install_deps.sh +++ b/travis/install_deps.sh @@ -29,7 +29,7 @@ esac sudo apt-get update -qq sudo apt-get install -qq python3-pip ${PACKAGES} -pip3 install meson +sudo pip3 install meson # Ninja cd $HOME