Skip to content
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

Use Python3 in Homebrew formula #432

Merged
merged 1 commit into from
Apr 10, 2018
Merged

Conversation

Duhemm
Copy link
Collaborator

@Duhemm Duhemm commented Apr 10, 2018

Our homebrew formula download Coursier from the installation script.
Sometimes, this fails because it looks like some versions of MacOS have
an outdated version of Python 2 with a faulty SSL module (or something
along those lines).

This commit forces Python3 to be used for running the installation
script from the Homebrew formula, so that downloading Coursier no longer
fails.

Our homebrew formula download Coursier from the installation script.
Sometimes, this fails because it looks like some versions of MacOS have
an outdated version of Python 2 with a faulty SSL module (or something
along those lines).

This commit forces Python3 to be used for running the installation
script from the Homebrew formula, so that downloading Coursier no longer
fails.
@Duhemm Duhemm added the install label Apr 10, 2018
@jvican
Copy link
Contributor

jvican commented Apr 10, 2018

Copy link
Contributor

@jvican jvican left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this and testing it @Duhemm ❤️

@jvican jvican merged commit aefd284 into master Apr 10, 2018
@tgodzik tgodzik deleted the fix/homebrew-install-python3 branch September 7, 2021 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants