-
Notifications
You must be signed in to change notification settings - Fork 166
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
subzy: command not found #62
Comments
I have also face this problem. Anyone can tell me how to fix it. |
i dont know bro |
Hii can you say how to solve this problem because i try many time but not so .and also write : command not found |
please help guys.. |
You probably have one of the environment variables undefined. I also had this very recently during installation. I did this : export GOPATH=$HOME/go Add this strings into ~/.bashrc : echo 'export GOPATH=$HOME/go' >> ~/.bashrc and, on the latest use this to save changes : source ~/.bashrc You must have GO installed beforehand |
i will install go and subzy its show on my file manger but when i am call it its will show subzy: command not found
The text was updated successfully, but these errors were encountered: