You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to migrate my pipenv project to poetry. I managed to do this for local setup, however I had troubles configuring my dockerfile, as your website has absolutely no documentation about working with CI and containers (other than installation guide).
I have found this amazing stackoverflow answer: https://stackoverflow.com/a/54763270/17101184 and I'm wondering why this info isn't available in the official documentation. Your documentation describes each configuration flag in detail, but gives no guide for common usage cases, like working in docker (recommending flags like POETRY_VIRTUALENVS_CREATE=false).
The text was updated successfully, but these errors were encountered:
I wanted to migrate my pipenv project to poetry. I managed to do this for local setup, however I had troubles configuring my dockerfile, as your website has absolutely no documentation about working with CI and containers (other than installation guide).
I have found this amazing stackoverflow answer: https://stackoverflow.com/a/54763270/17101184 and I'm wondering why this info isn't available in the official documentation. Your documentation describes each configuration flag in detail, but gives no guide for common usage cases, like working in docker (recommending flags like POETRY_VIRTUALENVS_CREATE=false).
The text was updated successfully, but these errors were encountered: