-
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
Unclear that default setting of virtualenvs.in-project means that venvs are created in cache-dir #3709
Comments
Wow thank you @tavor ... I was really scratching my head on this one. Based on the documentation I was expecting |
Maybe just copy the first sentence from here: https://python-poetry.org/docs/basic-usage/#using-your-virtual-environment to here: https://python-poetry.org/docs/configuration/#virtualenvsin-project-boolean ? |
I think adding a short note, about the default path of virtualenvs when |
…thon-poetry#3573, python-poetry#2211, python-poetry#521 and PR python-poetry#2414 - Added section about `extras` in `dependency-specification.md` (python-poetry#2414) - Added note about VCS inclusion and exclusion in `include`/`exclude` sections of `pyproject.toml` (python-poetry#4800) - Added link to dependency specification in `add` command documentation (python-poetry#3573) - Added more info on default behaviour and cleaned up `virtualenv.in-project` setting documentation (python-poetry#3709) - Added missing configuration options to `configuration.md` (python-poetry#2211)
…5656) * Changes in docs for Issues #4800, #3709, #3573, #2211, #521 and PR #2414 - Added section about `extras` in `dependency-specification.md` (#2414) - Added note about VCS inclusion and exclusion in `include`/`exclude` sections of `pyproject.toml` (#4800) - Added link to dependency specification in `add` command documentation (#3573) - Added more info on default behaviour and cleaned up `virtualenv.in-project` setting documentation (#3709) - Added missing configuration options to `configuration.md` (#2211) Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
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. |
Issue
Can something be added to the
virtualenvs.in-project
setting documentation that mentions that without a.venv
in the project and with the default value ofvirtualenvs.in-project
thatpoetry install
will create avenv
under the directoryin
cache-dir
?The text was updated successfully, but these errors were encountered: