From 4b062b59267a2297765a0544f1099aeab92ef66b Mon Sep 17 00:00:00 2001 From: aesteve Date: Fri, 29 Dec 2023 12:11:35 +0100 Subject: [PATCH 1/2] 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 %}} From 8a23683e7e1823f49691357acf7930442537b74a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:55:22 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index 36add1f7ad7..094e91f7a60 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -28,7 +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. +In addition, the isolated virtual environment in which poetry is installed should not be activated for running poetry commands. {{% /warning %}} {{% note %}}