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

How to --only-root? #87

Open
caeus opened this issue Jan 18, 2024 · 2 comments
Open

How to --only-root? #87

caeus opened this issue Jan 18, 2024 · 2 comments

Comments

@caeus
Copy link

caeus commented Jan 18, 2024

poetry install --only-root exists so that one can ignore all other dependency groups.

But how can I achieve that with bundle venv?

@caeus
Copy link
Author

caeus commented Jan 24, 2024

?

@adminy
Copy link

adminy commented Mar 12, 2024

I'm currious if you do a poetry install --only group1,group2

Then you bundle it with this plugin, does it only bundle the group1,group2 dependencies?
Because the venv site-packages folder unfortunately has garbage like:

_distutils_hack
distutils-precedence.pth
pip
pip-23.0.1.dist-info
pkg_resources
setuptools
setuptools-65.5.1.dist-info

I'd really like for this bunder to only give me group1 and group2 dependencies and nothing more. I don't want venv output, otherwise how else am I going to make use of the group feature ... I can copy venv/lib/python*/site-packages/* without the need for a plugin.

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