Skip to content

Commit

Permalink
mention that the virtual environment poetry is installed in should no…
Browse files Browse the repository at this point in the history
…t be activated (#8833)
  • Loading branch information
aesteve committed Jan 5, 2024
1 parent 24828c7 commit f09174e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}
Expand Down

0 comments on commit f09174e

Please sign in to comment.