Skip to content
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

Open
Argonx21 opened this issue Feb 24, 2022 · 3 comments
Open

facing issues with interlace #36

Argonx21 opened this issue Feb 24, 2022 · 3 comments

Comments

@Argonx21
Copy link

image

@BartekSmalec
Copy link

Hey, i have the same problem

@KathanP19
Copy link
Owner

I think it's fixed please check again.

@rahisec
Copy link

rahisec commented Jul 15, 2023

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.
here the path depends on where the go tools are downloading . in my case it was in /home/rahi/go/bin

  • If you use bash the file to modify is **~/.bashrc**. It is run whenever a session is started
  • If you use zsh the file to modify is **~/.zshrc**. It is run whenever a session is started
  • For other shells, refer to the documentation provided, but it should work the same

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 :

$ source ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants