Skip to content

Commit

Permalink
docs:mention VIRTUAL_ENV in virtual_env.create configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilswiec committed Mar 5, 2023
1 parent f27308f commit 6e1c133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ Use parallel execution when using the new (`>=1.1.0`) installer.
Create a new virtual environment if one doesn't already exist.

If set to `false`, Poetry will not create a new virtual environment. If it detects a virtual environment
in `{cache-dir}/virtualenvs` or `{project-dir}/.venv` it will install dependencies into them, otherwise it will install
dependencies into the systems python environment.
in `{cache-dir}/virtualenvs` or `{project-dir}/.venv` or in `VIRTUAL_ENV` it will install dependencies
into them, otherwise it will install dependencies into the systems python environment.

{{% note %}}
If Poetry detects it's running within an activated virtual environment, it will never create a new virtual environment,
Expand Down

0 comments on commit 6e1c133

Please sign in to comment.