Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add OSX launchctl activation to docs #4278

Closed
wants to merge 2 commits into from
Closed
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
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
Loading