Browse Source
We don't care if some other pyinstaller is installed
3.1
Johann Bauer
7 years ago
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with
2 additions and
4 deletions
-
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 |
|
|
|