6 references to GetExecutable
Aspire.Hosting.Python (6)
PythonAppResourceBuilderExtensions.cs (5)
873
EntrypointType.Executable => virtualEnvironment.
GetExecutable
(entrypointAnnotation.Entrypoint),
874
EntrypointType.Script or EntrypointType.Module => virtualEnvironment.
GetExecutable
("python"),
1056
EntrypointType.Executable => virtualEnvironment.
GetExecutable
(entrypoint),
1057
EntrypointType.Script or EntrypointType.Module => virtualEnvironment.
GetExecutable
("python"),
1172
.WithAnnotation(new PythonPackageManagerAnnotation(virtualEnvironment.
GetExecutable
("pip")), ResourceAnnotationMutationBehavior.Replace)
PythonVersionDetector.cs (1)
59
var pythonExecutable = virtualEnvironment.
GetExecutable
("python");