Skip to content

Commit

Permalink
Update troubleshooting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwidynski authored Jan 31, 2025
1 parent 9457278 commit f965f79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ different project.
See [shims vs path](/dev-tools/shims.html#shims-vs-path) for more info.
:::

In some cases, OSX may skip loading dot files when launching applications through launchctl (UI). This
is particularly troublesome for IDE extensions trying to use mise binaries. To circumvent this issue,
run `echo "setenv PATH ${HOME}/.local/share/mise/shims:${PATH}" >> /etc/launchd.conf`.

Also see the [shebang](/tips-and-tricks#shebang) example for a way to make scripts call mise to get
the runtime.
That is another way to use mise without activation.
the runtime. That is another way to use mise without activation.

## mise is failing or not working right

Expand Down

0 comments on commit f965f79

Please sign in to comment.