Browse Source

macOS build: Prefer our pyinstaller over system installed

3.1
Johann Bauer 7 years ago
parent
commit
240ecee6ce
No known key found for this signature in database GPG Key ID: 84F1BF925B1F484D
  1. 2
      contrib/build-osx/make_osx

2
contrib/build-osx/make_osx

@ -20,7 +20,7 @@ PYTHON_VERSION=3.6.4
info "Installing Python $PYTHON_VERSION"
export PATH="~/.pyenv/bin:~/.pyenv/shims:$PATH:~/Library/Python/3.6/bin"
export PATH="~/.pyenv/bin:~/.pyenv/shims:~/Library/Python/3.6/bin:$PATH"
if [ -d "~/.pyenv" ]; then
pyenv update
else

Loading…
Cancel
Save