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
Currently, the locatePythonInterpreter() function inside the pythonRunner class is only able to detect and use the global interpreter. However, in packages at specific versions are installed within a VENV, the related interpreter should be used.
Currently, the locatePythonInterpreter() function inside the pythonRunner class is only able to detect and use the global interpreter. However, in packages at specific versions are installed within a VENV, the related interpreter should be used.