macOS build: Prefer our pyinstaller over system installed

This commit is contained in:
Johann Bauer 2018-02-12 23:31:14 +01:00
parent 3bfaaad774
commit 240ecee6ce
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with 1 additions and 1 deletions

View File

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