-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$GOPATH is not working #72
Comments
Thanks! I'll check it out and verify |
I use fish shell, solved this by deleting |
The change is described in the commit message of f9a06ed. @grantstephens you need to Here's my rc
|
@grantstephens @d-kuro @blockloop Hey, my takeaway from the issue is that the documentation was lacking since you had to check the commit to better understand the usage. I've added the I think it's resolving the issue. What do you think? P.S I've referenced your comment @blockloop . Cool usage of |
@syndbg thanks! |
@blockloop @syndbg you may want to add a sort in there by version.
When you have pre 1.10 versions you get the following which is quite obviously wrong
But
So you then get what you are after
Opened a issue for this #81 |
On the latest master (20/3/19) it seems that the exported environment variable GOPATH is not passed to go as running
go env
gives/home/$user/go/$goversion
and not whatever$GOROOT
is set to.The text was updated successfully, but these errors were encountered: