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

function for finding the system wide python interpreter #408

Closed
fohrloop opened this issue Sep 25, 2024 · 1 comment
Closed

function for finding the system wide python interpreter #408

fohrloop opened this issue Sep 25, 2024 · 1 comment

Comments

@fohrloop
Copy link
Owner

Motivation

Task

  • Create a function which returns a path to a python interpreter. The function should take a list of module names, and the returned interpreter should be able to import the modules. If there is no such interpreter, return None.
@fohrloop
Copy link
Owner Author

Thinking this one again. Perhaps better to have this done as part of #404.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant