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