Skip to content

Commit

Permalink
fix: format in docs/features/environment.md (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil authored Aug 20, 2024
1 parent 1bfdf4a commit 4f69ef3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/features/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ This will always be slower than the pure conda solves. So for the best pixi expe
Pixi caches all previously downloaded packages in a cache folder.
This cache folder is shared between all pixi projects and globally installed tools.

Normally the locations would be:
Platform-specific default cache folder:
Normally the location would be the following
platform-specific default cache folder:

- Linux: `$XDG_CACHE_HOME/rattler` or `$HOME/.cache/rattler`
- macOS: `$HOME/Library/Caches/rattler`
- Windows: `%LOCALAPPDATA%\rattler`
Expand All @@ -201,6 +202,7 @@ This location is configurable by setting the `PIXI_CACHE_DIR` or `RATTLER_CACHE_
When you want to clean the cache, you can simply delete the cache directory, and pixi will re-create the cache when needed.

The cache contains multiple folders concerning different caches from within pixi.

- `pkgs`: Contains the downloaded/unpacked `conda` packages.
- `repodata`: Contains the `conda` repodata cache.
- `uv-cache`: Contains the `uv` cache. This includes multiple caches, e.g. `built-wheels` `wheels` `archives`
Expand Down

0 comments on commit 4f69ef3

Please sign in to comment.