From 476ce3f1dbd6b8ce87b8db45f2630d357d55225e Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Mon, 12 Feb 2018 23:40:01 +0100 Subject: [PATCH] Follow-up 240ecee We don't care if some other pyinstaller is installed --- contrib/build-osx/make_osx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/contrib/build-osx/make_osx b/contrib/build-osx/make_osx index f0c7bc05b..0626e9fd6 100755 --- a/contrib/build-osx/make_osx +++ b/contrib/build-osx/make_osx @@ -31,10 +31,8 @@ pyenv global $PYTHON_VERSION || \ fail "Unable to use Python $PYTHON_VERSION" -if ! which pyinstaller > /dev/null; then - info "Installing pyinstaller" - python3 -m pip install pyinstaller -I --user || fail "Could not install pyinstaller" -fi +info "Installing pyinstaller" +python3 -m pip install pyinstaller -I --user || fail "Could not install pyinstaller" info "Using these versions for building Electrum:" sw_vers