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