-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Mac install fails with "/bin/dep: permission denied" #2662
Comments
I'm confused. Did you have to install |
@ValarDragon why aren't we just |
Yes, I had to instal dep manually. I just installed Go by downloading the .pkg from here: https://golang.org/dl/ which is the official docs as suggested. No dep was installed, it was supposed to be included with the Go pkg? |
I see. I don't quite understand our tools setup scripts. It's a bit convoluted to me. Would like @ValarDragon input here as maybe he can explain. |
Related: #2672 |
@alexanderbez We are go installing it in
Its installing to |
Ahhh figured so. Thanks! @hernanmd mind double checking your environment setup? |
I debugged the get_tools.sh script a little bit. Here is what I found. Commenting the line
makes the go installer actually finds "dep" however failing at subsequent tool installation, which produces the output:
Sorry I cannot help more, I am learning Go myself now. |
This is a problem with your Golang environment.
Everything works as is. I will be closing this issue shortly 👍 |
Summary of Bug
Installation on MacOS High Sierra 10.3.6 fails following exactly the steps in the install guide.
My environment:
Possibly related to #2469
Steps to Reproduce
Followed https://cosmos.network/docs/getting-started/installation.html#install-cosmos-sdk
After installing "dep", the same error occurs. Trying with sudo fails to find the $GOPATH environment variable although is actually set.
For Admin Use
The text was updated successfully, but these errors were encountered: