From 4b062b59267a2297765a0544f1099aeab92ef66b Mon Sep 17 00:00:00 2001 From: aesteve Date: Fri, 29 Dec 2023 12:11:35 +0100 Subject: [PATCH] See #4055: mention that the virtual environment poetry is installed in should not be activated --- docs/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_index.md b/docs/_index.md index edd356119c3..36add1f7ad7 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 %}}