We don't care if some other pyinstaller is installed
This commit is contained in:
Johann Bauer 2018-02-12 23:40:01 +01:00
parent 240ecee6ce
commit 476ce3f1db
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with 2 additions and 4 deletions

View File

@ -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