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
Soft links require an absolute path to work properly. Before this change, `which /usr/local/bin/gcc` still resolves to `/usr/bin/gcc` even with `/usr/local/bin` being earlier in the `$PATH` variable.
0 commit comments