Browse Source
macOS build: Prefer our pyinstaller over system 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
1 additions and
1 deletions
-
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 |
|
|
|