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

Commits on Apr 10, 2018

  1. Use Python3 in Homebrew formula

    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 committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    8ac55b5 View commit details
    Browse the repository at this point in the history