Skip to content

Commit

Permalink
See python-poetry#4055: mention that the virtual environment poetry i…
Browse files Browse the repository at this point in the history
…s installed in should not be activated
  • Loading branch information
aesteve authored and radoering committed Jan 5, 2024
1 parent 24828c7 commit 4b062b5
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 4b062b5

Please sign in to comment.