From 7ae690318b9cb335d17d542a7222b9c429309a05 Mon Sep 17 00:00:00 2001 From: Sergey Matvienko Date: Tue, 3 Jan 2023 22:36:55 +0200 Subject: [PATCH] docs: add clarification to `virtualenvs.path` Co-authored-by: Bjorn Neergaard (cherry picked from commit 68e143363fda1d35d45b79954806dc0684487e17) --- docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 719f7f10d95..af537772277 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -356,6 +356,10 @@ Applies on virtualenv creation. 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) **Type**: `boolean`