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

lib: try to find python after python3 #1907

Closed
wants to merge 3 commits into from
Closed

lib: try to find python after python3 #1907

wants to merge 3 commits into from

Commits on Oct 3, 2019

  1. lib: try to find python after python3

    Unadorned `python` can be either Python 2 or Python 3, but it is likely
    to be Python 2 for quite a while.
    
    To find Python3, it is recommended to use the explicit name `python3`.
    
    See:
    - https://www.python.org/dev/peps/pep-0394/#for-python-runtime-distributors
    - #1892 (comment)
    sam-github committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    9ed7423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b3dad9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fb4fc4 View commit details
    Browse the repository at this point in the history