From f09174e1daee9e79fd1b68831a9ac0a030d7c219 Mon Sep 17 00:00:00 2001 From: Arnaud Esteve Date: Fri, 5 Jan 2024 17:59:55 +0100 Subject: [PATCH] mention that the virtual environment poetry is installed in should not be activated (#8833) --- docs/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_index.md b/docs/_index.md index edd356119c3..094e91f7a60 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -28,6 +28,7 @@ Poetry should always be installed in a dedicated virtual environment to isolate It should in no case be installed in the environment of the project that is to be managed by Poetry. This ensures that Poetry's own dependencies will not be accidentally upgraded or uninstalled. (Each of the following installation methods ensures that Poetry is installed into an isolated environment.) +In addition, the isolated virtual environment in which poetry is installed should not be activated for running poetry commands. {{% /warning %}} {{% note %}}