When running with .WithVirtualEnvironment(Path.Combine(pythonHomePath, ".venv"))..WithPipInstaller()... The first time the app builds and runs it will install any python packages listed in ...
While this method works, it introduces unnecessary steps, especially since the ZIP package or directory often contains all the information needed for installation. Another typical scenario is when I ...