2 references to IsPythonCommandAvailable
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
1402pythonCommand = IsPythonCommandAvailable("py") ? "py" : "python"; 1407pythonCommand = IsPythonCommandAvailable("python3") ? "python3" : "python";