6 references to GetExecutable
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (5)
896
EntrypointType.Executable => virtualEnvironment.
GetExecutable
(entrypointAnnotation.Entrypoint),
897
EntrypointType.Script or EntrypointType.Module => virtualEnvironment.
GetExecutable
("python"),
1079
EntrypointType.Executable => virtualEnvironment.
GetExecutable
(entrypoint),
1080
EntrypointType.Script or EntrypointType.Module => virtualEnvironment.
GetExecutable
("python"),
1195
.WithAnnotation(new PythonPackageManagerAnnotation(virtualEnvironment.
GetExecutable
("pip")), ResourceAnnotationMutationBehavior.Replace)
PythonVersionDetector.cs (1)
59
var pythonExecutable = virtualEnvironment.
GetExecutable
("python");