-
Notifications
You must be signed in to change notification settings - Fork 5
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 not set error #16
Comments
did anyone find a solution for this,even though everything is set properly this error continues to pop up its is quite annoying. |
Has anyone found the solution? I have them properly set under {
"env":
{
"GOPATH": "/home/user/go",
}
} |
I could only get this to work by going to the
{
"PATH": "/Users/username/go/bin",
"GOPATH": "/Users/username/go"
} https://github.com/golang/sublime-config/blob/master/docs/user.md#global-sublime-text-settings What's weird is that I did not need to manually set the from the author:
|
I got the same problem when use sublime text 4 and install package Use command
It's done. |
I can confirm that the same issue exists on Ubuntu 22.04 as well, and the fix works there too. By default, the |
Duuuuude, thank you a lot <3 you save my life |
When SublimeText4 running the mac os you can edit file eg: {
"PATH": "/Users/[user name]/go/bin",
"GOPATH": "/Users/[user name]/go"
} |
Got this error after installing this plugin with package control:
The ENV variable is set if I open up a terminal, but I'm guessing this is looking some where else for that variable...
The text was updated successfully, but these errors were encountered: