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

Individual venv per package #7

Open
davecoates opened this issue Apr 10, 2024 · 0 comments
Open

Individual venv per package #7

davecoates opened this issue Apr 10, 2024 · 0 comments

Comments

@davecoates
Copy link
Contributor

Currently, using pdm, a single virtualenv is created and used for managing all sub-packages. This isn't ideal as we could run into issues with a dependency being used in a package that isn't listed explicitly in its dependencies.

The problem is there's no real support for the concept of a monorepo like there is in the node world. I think something like this would solve the problem.

For now happy to leave it and see if any solutions appear in PDM itself, otherwise we may revisit

(FWIW it seems to be the same in other tools like Hatch)

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

1 participant