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
After I run gimme master, I am not sure if it's just me but I see the following:
unset GOOS;
unset GOARCH;
export GOROOT='/Users/garrettwang/.gimme/versions/go';
export PATH="/Users/garrettwang/.gimme/versions/go/bin:${PATH}";
go version >&2;
export GIMME_ENV="/Users/garrettwang/.gimme/envs/gomaster.env"
I genuinely thought those commands are already executed and I am ready to go. After being puzzled why go version is not reflecting the developmental version, I realized those are the commands that I need to execute.
I think showing a prompt before those commands and / or updating the README will be nice.
The text was updated successfully, but these errors were encountered:
After I run
gimme master
, I am not sure if it's just me but I see the following:I genuinely thought those commands are already executed and I am ready to go. After being puzzled why
go version
is not reflecting the developmental version, I realized those are the commands that I need to execute.I think showing a prompt before those commands and / or updating the README will be nice.
The text was updated successfully, but these errors were encountered: