microsoft / microsoft/aspire

Adding multiple python apps in the same folder without a venv will try to create a venv multiple times

Open
#12,857 0 comments 0 reactions 0 assignees View on GitHub
area-integrations python
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

```c#
#:package Aspire.Hosting.Python@13.1.0-*
#:package Aspire.Hosting.JavaScript@13.1.0-*
#:sdk Aspire.AppHost.Sdk@13.1.0-*

var builder = DistributedApplication.CreateBuilder(args);

builder.AddPythonApp("job1", ".", "app.py");
builder.AddPythonApp("job1", ".", "app2.py");

builder.Build().Run();

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.