-
Notifications
You must be signed in to change notification settings - Fork 16
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
Command not found #28
Comments
This sounds like a problem with your Go path. Check the contents of your $GOROOT environment variable. You can do this by doing |
I ran that and nothing was exported. When I run 'echo $GOPATH' it shows the install directory, though. This is what happens when I run cjdcmd: 'Shanes-MacBook-Air:cjdns shanestranahan$ cjdcmd Thanks for your help, Ryan! |
Ok, so make sure you have "$GOPATH" set, and run Check that |
I had both of these set in my bashrc - export GOPATH=$HOME/projects/go ...and I've added - export PATH="$PATH:$GOROOT/bin" ...but it isn't working. Did I misunderstand you? Thanks again for taking the time. |
Can you try going through http://golangtutorials.blogspot.com/2011/05/checking-we-have-go-setup-right.html ? It has more specific instructions that I gave. |
After successfully installing Go, I'm getting the error -
-bash: cjdcmd: command not found
I've installed and updated cjdcmd, didn't see any output from command.
I'm using the most recent version of OSX.
The text was updated successfully, but these errors were encountered: