Reuse or Copy Virtual Environment in Different Task #2317
chokwinlee
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you for the great work on vibe-kanban — it’s been really useful and enjoyable to use. 🙌
I noticed a small workflow issue when opening a workspace: the virtual environment from the source workspace is not reused, so the environment needs to be recreated and dependencies reinstalled each time.
In most practical cases, the Python environment remains relatively stable, and reinstalling the same dependencies repeatedly can add noticeable overhead to the workflow ⏳.
Would it be possible to consider one of the following improvements?
Reuse the virtual environment from the source workspace directly
Or optionally copy the existing virtual environment when creating/opening a new workspace
I believe this could significantly improve the developer experience, especially for projects with larger or stable dependency sets.
Thanks again for your awesome work, and happy to discuss details or edge cases if helpful! 🚀
Beta Was this translation helpful? Give feedback.
All reactions