From 240ecee6ced32623a277f475ce7aeaab77713824 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Mon, 12 Feb 2018 23:31:14 +0100 Subject: [PATCH] macOS build: Prefer our pyinstaller over system installed --- contrib/build-osx/make_osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build-osx/make_osx b/contrib/build-osx/make_osx index ac265a7f..f0c7bc05 100755 --- a/contrib/build-osx/make_osx +++ b/contrib/build-osx/make_osx @@ -20,7 +20,7 @@ PYTHON_VERSION=3.6.4 info "Installing Python $PYTHON_VERSION" -export PATH="~/.pyenv/bin:~/.pyenv/shims:$PATH:~/Library/Python/3.6/bin" +export PATH="~/.pyenv/bin:~/.pyenv/shims:~/Library/Python/3.6/bin:$PATH" if [ -d "~/.pyenv" ]; then pyenv update else