parent
240ecee6ce
commit
476ce3f1db
@ -31,10 +31,8 @@ pyenv global $PYTHON_VERSION || \
|
|||||||
fail "Unable to use Python $PYTHON_VERSION"
|
fail "Unable to use Python $PYTHON_VERSION"
|
||||||
|
|
||||||
|
|
||||||
if ! which pyinstaller > /dev/null; then
|
info "Installing pyinstaller"
|
||||||
info "Installing pyinstaller"
|
python3 -m pip install pyinstaller -I --user || fail "Could not install pyinstaller"
|
||||||
python3 -m pip install pyinstaller -I --user || fail "Could not install pyinstaller"
|
|
||||||
fi
|
|
||||||
|
|
||||||
info "Using these versions for building Electrum:"
|
info "Using these versions for building Electrum:"
|
||||||
sw_vers
|
sw_vers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user