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