From d6b5d324e2b08587c3e4b99ac456276bc4d8d5f7 Mon Sep 17 00:00:00 2001 From: Christopher Crone Date: Thu, 28 Nov 2019 10:50:21 +0100 Subject: [PATCH] Use Python3 for macOS build environment With the deprecation of Python 2 coming soon, explicitly use Python 3. Signed-off-by: Christopher Crone --- script/setup/osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/osx b/script/setup/osx index 69280f8a2..08420fb23 100755 --- a/script/setup/osx +++ b/script/setup/osx @@ -36,7 +36,7 @@ if ! [ -x "$(command -v python3)" ]; then brew install python3 fi if ! [ -x "$(command -v virtualenv)" ]; then - pip install virtualenv==16.2.0 + pip3 install virtualenv==16.2.0 fi #