-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
facing issues with interlace #36
Comments
Hey, i have the same problem |
I think it's fixed please check again. |
This problem is because you may not have set go path properly. If you download an go tools and then you have to manually set the tools to be executable by copy that tool to /usr/bin or /usr/local/bin , then you might facing this issue. to get rid of it, you can add to the shell profile. You need to add “export PATH=$PATH:/usr/local/go/bin” at the beginning of the profile.
When .bashrc or .zshrc has been modified, the change is not applied immediately. You need to start a new session to see the result. If you do not want to start a new session, you can type this command and press enter :
|
The text was updated successfully, but these errors were encountered: