Browse Source

Follow-up 240ecee

We don't care if some other pyinstaller is installed
3.1
Johann Bauer 7 years ago
parent
commit
476ce3f1db
No known key found for this signature in database GPG Key ID: 84F1BF925B1F484D
  1. 6
      contrib/build-osx/make_osx

6
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

Loading…
Cancel
Save