3 references to ResolveCommand
Aspire.Hosting.Python (3)
PythonInstallationManager.cs (2)
44
var pythonPath =
ResolveCommand
("python");
54
var python3Path =
ResolveCommand
("python3");
src\Shared\RequiredCommandValidator.cs (1)
102
var resolved =
ResolveCommand
(command);