Skip to content

Commit

Permalink
docs: add note about installing direnv with pixi (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Apr 19, 2024
1 parent f502078 commit 1b289ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/features/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ $ (default) which python

### Using `pixi` with `direnv`

??? note "Installing direnv"

Of course you can use `pixi` to install `direnv` globally. We recommend to run

```
pixi global install direnv```

to install the latest version of `direnv` on your computer.

This allows you to use `pixi` in combination with `direnv`.
Enter the following into your `.envrc` file:

Expand Down

0 comments on commit 1b289ba

Please sign in to comment.