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