6 references to GetExecutable
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (5)
827
EntrypointType.Executable => virtualEnvironment.
GetExecutable
(entrypointAnnotation.Entrypoint),
828
EntrypointType.Script or EntrypointType.Module => virtualEnvironment.
GetExecutable
("python"),
1010
EntrypointType.Executable => virtualEnvironment.
GetExecutable
(entrypoint),
1011
EntrypointType.Script or EntrypointType.Module => virtualEnvironment.
GetExecutable
("python"),
1126
.WithAnnotation(new PythonPackageManagerAnnotation(virtualEnvironment.
GetExecutable
("pip")), ResourceAnnotationMutationBehavior.Replace)
PythonVersionDetector.cs (1)
59
var pythonExecutable = virtualEnvironment.
GetExecutable
("python");