Skip to content

Commit

Permalink
fix #1969 (#3027)
Browse files Browse the repository at this point in the history
* fix #1969

* Added newline
  • Loading branch information
Nicklas Tegner authored Oct 1, 2020
1 parent 1b07b2b commit d673342
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ Defaults to one of the following directories:
Create a new virtual environment if one doesn't already exist.
Defaults to `true`.

If set to `false`, poetry will install dependencies into the current python environment.

!!!note:
When setting this configuration to `false`, the Python environment used must have `pip`
installed and available.
Expand All @@ -116,7 +118,7 @@ Defaults to `true`.
Create the virtualenv inside the project's root directory.
Defaults to `None`.

If set to `true`, the virtualenv wil be created and expected in a folder named `.venv` within the root directory of the project.
If set to `true`, the virtualenv will be created and expected in a folder named `.venv` within the root directory of the project.

If not set explicitly (default), `poetry` will use the virtualenv from the `.venv` directory when one is available. If set to `false`, `poetry` will ignore any existing `.venv` directory.

Expand Down

0 comments on commit d673342

Please sign in to comment.