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

Default Python 3 for running emsdk #273

Merged
merged 2 commits into from Jun 12, 2019
Merged

Commits on Jun 12, 2019

  1. Default Python 3 for running emsdk

    On macOS it's pretty common to hit a problem
    ```
    Error downloading URL 'https://github.com/kripken/emscripten/archive/1.38.25.tar.gz': <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)>
    ```
    When an installation is started. I.e. `./emsdk install sdk-1.38.25-64bit` - this is caused in majority of cases by some problem of openssl and python2 - (some other https downloads work just fine, not sure why GitHub is special)
    
    So this Pull Request will default Python to Python 3, for running `emsdk`
    trzecieu committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    d92f15d View commit details
    Browse the repository at this point in the history
  2. Added python_selector proxy

    trzecieu committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    07fc36e View commit details
    Browse the repository at this point in the history