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

Try python launcher when stock python is python 3. #992

Merged
merged 2 commits into from
Oct 8, 2016
Merged

Try python launcher when stock python is python 3. #992

merged 2 commits into from
Oct 8, 2016

Commits on Oct 8, 2016

  1. Add lots of findPython() tests.

    Break up findPython() into pieces that can be tested in isolation and
    add tests that do so.
    
    PR-URL: #992
    Reviewed-By: Johan Bergström <[email protected]>
    bnoordhuis committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    e3778d9 View commit details
    Browse the repository at this point in the history
  2. Try python launcher when stock python is python 3.

    Consult the python launcher when the python on the path is python 3.
    If a python 2 exists on the system, it will tell us.
    
    Fixes: #987
    PR-URL: #992
    Reviewed-By: Johan Bergström <[email protected]>
    bnoordhuis committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    37ae7be View commit details
    Browse the repository at this point in the history