Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support re-using an environment for local developer experience #182

Open
mfisher87 opened this issue Mar 27, 2024 · 1 comment
Open

Support re-using an environment for local developer experience #182

mfisher87 opened this issue Mar 27, 2024 · 1 comment

Comments

@mfisher87
Copy link

As I'm developing a recipe, I'm finding myself a bit frustrated by the venvception process which builds a fresh environment every time, lengthening my feedback loop. I'd like to be able to re-use an environment I created in a previous build if I know for sure it hasn't changed, for example with a CLI flag.

Reading the venvception code, this isn't something the library supports out of the box.

@mfisher87 mfisher87 changed the title Support re-using an environment for a local bakery Support re-using an environment for local developer experience Mar 27, 2024
@norlandrhagen
Copy link

I regularly find myself in the same situation @mfisher87! Recreating an environment every run makes debugging really difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants