2 overrides of GetCommandPath
Aspire.Hosting.Python (2)
PythonInstallationManager.cs (1)
36protected override string GetCommandPath()
UvInstallationManager.cs (1)
36protected override string GetCommandPath() => "uv";
1 reference to GetCommandPath
Aspire.Hosting.Python (1)
src\Shared\RequiredCommandValidator.cs (1)
85var command = GetCommandPath();