-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Travis: improve macos setup (py37) #4835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
a911fac
to
dde09f7
Compare
- brew update | ||
- brew upgrade python | ||
- brew unlink python | ||
- brew link python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "brew update/upgrade" is very slow.
This uses pyenv instead to activate/use the 3.7.1 Python that should be available.
python: '3.7' | ||
- which python3 | ||
- python3 --version | ||
- ln -sfn "$(which python3)" /usr/local/bin/python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has 3.7.0 in /usr/local/bin/python3.
I think that is good?!
We could also use |
`brew update` and `brew upgrade python` is very slow. This uses the existing `/usr/local/bin/python3` (3.7.0).
ddbb376
to
904f1ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
No description provided.