-
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
Support .env file loading on shell & run #3324
Comments
Seems like a good candidate for a plugin, once the plugin system is in place. On the other hand, isn't it what python-dotenv does? |
Hi, it would be a very good candidate once poetry provides a plugin system. The functionality is very similar to what |
This is a duplicate of the following ticket: Support for .env files (#337) As such we should probably either close this one, or reframe the ticket as plugin wish by changing the title and the introductory message. |
Duplicate of #337. Solution: #337 (comment) |
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
I'm working on migrating from pipenv to poetry, and I found I'm missing a feature from pipenv, the automatic loading of
.env
files - https://pipenv-fork.readthedocs.io/en/latest/advanced.html#automatic-loading-of-envWe use it extensively as a way of setting per project environment variables without requiring additional scripts.
The text was updated successfully, but these errors were encountered: