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
I was investigating this one, and there's an annoying issue as to why this won't work for us.
It seems like if python.interpreterPath has a space in it, it won't actually run the python command for us.
You end up with something like this:
Works fine without a space though.
This might be a windows only issue for now. I'm trying to see if there's a way for me to get the interpreter in our runtime code so that we can convert it, but I think it'd be better if the Python team just wrapped their fs path with quotations.
The extension should use the configured interpreter path
python.interpreterPath
instead of an addition custom variableazureFunctions.pythonVenv
.The text was updated successfully, but these errors were encountered: