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
Currently the work done for #4604 is Windows-only.
We need to evaluate options for adding to PATH on macOS. The original plan was to add symlinks to something like /usr/bin, however since the SDK is likely in a user-specific folder, this could do bad things for systems used by more than one user.
We should see if there's a reasonable way we could automate adding to shell profile scripts (is it save to always append? can we tell which profile script(s) are required?).