Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/reference/pixi_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,13 @@ project's root.
It doesn't affect the environments built for `pixi global`.
The location of environments created for a `pixi global` installation can be controlled using the `PIXI_HOME`
environment variable.

!!! warning
We recommend against using this because any environment created for a project is no longer placed in the same folder as
the project.
This creates a disconnect between the project and its environments and manual cleanup of the environments is required
when deleting the project.

We recommend against using this because any environment created for a project is no longer placed in the same folder as
the project.
This creates a disconnect between the project and its environments and manual cleanup of the environments is required
when deleting the project.

However, in some cases, this option can still be very useful, for instance to:

Expand Down
Loading