Skip to content

Commit

Permalink
Changes from PR#2597 (#2602)
Browse files Browse the repository at this point in the history
Co-authored-by: Cuihtlauac ALVARADO <[email protected]>
  • Loading branch information
cuihtlauac and Cuihtlauac ALVARADO authored Jul 18, 2024
1 parent 9b04498 commit 71df942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tutorials/platform/0_09_opam_path.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `opam env` command is used to set environment variables for a specific opam

Usage:
```bash
$ eval $(opam env)
$ eval "$(opam env)"
```

This command evaluates the output of opam env and sets the necessary environment variables for the currently active switch. After running this command, you'll have access to the packages installed in the opam switch.
Expand Down Expand Up @@ -47,7 +47,7 @@ Ensure `direnv` is installed on your system. You can install it using a package

Add the following line to your shell profile (e.g., `~/.bashrc` or `~/.zshrc`):
```bash
$ eval $(direnv hook <shell>)
$ eval "$(direnv hook <shell>)"
```
Replace `<shell>` with your actual shell type (`bash`, `zsh`, `fish`, etc.).

Expand Down

0 comments on commit 71df942

Please sign in to comment.