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