-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add a configuration option for get-poetry.py
to only install _vendor
dependencies for the current Python version.
#3819
Comments
In the meantime, I've been using:
in my Dockerfiles. |
This should go away with the new bootstrapping mechanism (see #3706). Feel free to test it out. Additionally, you could simply use |
Looks promising, thanks!
Yeah I know, but I really like the fact that by installing with the |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature Request
Currently the
get-poetry.py
install script installs Poetry's dependencies for Python versions2.7
,3.5
,3.6
,3.7
,3.8
, and3.9
to.poetry/lib/poetry/_vendor/
, and they all take around 30MB each. This is annoying when trying to make minimal Docker images. Could there be an environment variable or another configuration option to only install these for the currently used Python version?The text was updated successfully, but these errors were encountered: