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