You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: