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