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
On Linux I often do bash -l -c <command>. -l gives you a login shell, which runs all of your dotfiles and sets up the environment properly. I haven't tried this with bash.exe, but it might be worth a try?
bash -c
is not picking up the same environment as entering bash.Eg:
The
go
binary is in/usr/local/go/bin
The text was updated successfully, but these errors were encountered: