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

Search for all Python executable names #4709

Open
zanieb opened this issue Jul 1, 2024 · 1 comment
Open

Search for all Python executable names #4709

zanieb opened this issue Jul 1, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Contribution especially encouraged

Comments

@zanieb
Copy link
Member

zanieb commented Jul 1, 2024

See discussion in #4277

Instead of only searching for, e.g., python3.12 executables when Python 3.12 is requested (and not during the default search), we should use which_re (or a manually implemented which) to find all possible Python executables then filter them to meet the version request (if necessary).

@zanieb zanieb added enhancement New feature or request help wanted Contribution especially encouraged labels Jul 1, 2024
@zanieb
Copy link
Member Author

zanieb commented Jul 1, 2024

See python_executables_from_search_path for the current implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Contribution especially encouraged
Projects
None yet
Development

No branches or pull requests

1 participant