6 references to GetExecutable
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (5)
878
EntrypointType.Executable => virtualEnvironment.
GetExecutable
(entrypointAnnotation.Entrypoint),
879
EntrypointType.Script or EntrypointType.Module => virtualEnvironment.
GetExecutable
("python"),
1063
EntrypointType.Executable => virtualEnvironment.
GetExecutable
(entrypoint),
1064
EntrypointType.Script or EntrypointType.Module => virtualEnvironment.
GetExecutable
("python"),
1180
.WithAnnotation(new PythonPackageManagerAnnotation(virtualEnvironment.
GetExecutable
("pip")), ResourceAnnotationMutationBehavior.Replace)
PythonVersionDetector.cs (1)
59
var pythonExecutable = virtualEnvironment.
GetExecutable
("python");