Commit 68e14336 by Sergey Matvienko Committed by GitHub

docs: add clarification to `virtualenvs.path`

Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
parent 7c869929
...@@ -356,6 +356,10 @@ Applies on virtualenv creation. ...@@ -356,6 +356,10 @@ Applies on virtualenv creation.
Directory where virtual environments will be created. Directory where virtual environments will be created.
{{% note %}}
This setting controls the global virtual environment storage path. It most likely will not be useful at the local level. To store virtual environments in the project root, see `virtualenvs.in-project`.
{{% /note %}}
### `virtualenvs.prefer-active-python` (experimental) ### `virtualenvs.prefer-active-python` (experimental)
**Type**: `boolean` **Type**: `boolean`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment