Johann Bauer
7 years ago
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with
8 additions and
8 deletions
-
contrib/build-osx/make_osx
|
@ -16,14 +16,14 @@ VERSION=`git describe --tags --dirty` |
|
|
|
|
|
|
|
|
info "Installing Python $PYTHON_VERSION" |
|
|
info "Installing Python $PYTHON_VERSION" |
|
|
export PATH="~/.pyenv/bin:~/.pyenv/shims:~/Library/Python/3.6/bin:$PATH" |
|
|
export PATH="~/.pyenv/bin:~/.pyenv/shims:~/Library/Python/3.6/bin:$PATH" |
|
|
#if [ -d "~/.pyenv" ]; then |
|
|
if [ -d "~/.pyenv" ]; then |
|
|
# pyenv update |
|
|
pyenv update |
|
|
#else |
|
|
else |
|
|
# curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash > /dev/null 2>&1 |
|
|
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash > /dev/null 2>&1 |
|
|
#fi |
|
|
fi |
|
|
#PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install -s $PYTHON_VERSION && \ |
|
|
PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install -s $PYTHON_VERSION && \ |
|
|
#pyenv global $PYTHON_VERSION || \ |
|
|
pyenv global $PYTHON_VERSION || \ |
|
|
#fail "Unable to use Python $PYTHON_VERSION" |
|
|
fail "Unable to use Python $PYTHON_VERSION" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
info "Installing pyinstaller" |
|
|
info "Installing pyinstaller" |
|
|