You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Motivation
Task
The text was updated successfully, but these errors were encountered: