Open
Description
Many platforms have a directory for user binaries that is already part of the PATH. This is useful when your application wants to set up some helper utilities by symlinking them in so they're easily accessible.
For example, the XDG specification states:
User-specific executable files may be stored in $HOME/.local/bin. Distributions should ensure this directory shows up in the UNIX $PATH environment variable, at an appropriate place.
Although it doesn't provide an env var for this directory, for some reason.
On Windows I believe an equivalent directory would be %UserProfile%\AppData\Local\Microsoft\WindowsApps
Metadata
Metadata
Assignees
Labels
No labels