-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/docsDocumentation issues/improvementsDocumentation issues/improvementsstatus/triageThis issue needs to be triagedThis issue needs to be triaged
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
Issue
system: Ubuntu-20.04
poetry: 'master'
I need poetry-dotenv-plugin
to be a part of my project (i need to set up environment variables to point to proper installation of CUDA, and don't want the user to have to do that manually or modify .bashrc in any way). The documentation is silent on how to make a plugin part of the project's dependency - simply adding poetry-dotenv-plugin = '*'
in pyproject.toml
's dependencies section and running poetry run python3 -c 'import os; print(os.environ)'
does not return modified environment. What is an expected syntax here?
Kobold, thesebas, aucampia, dalberto, lokkju and 11 moreaucampia, tombh and matteo4diani
Metadata
Metadata
Assignees
Labels
area/docsDocumentation issues/improvementsDocumentation issues/improvementsstatus/triageThis issue needs to be triagedThis issue needs to be triaged