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

GOROOT is empty #36

Closed
eric7578 opened this issue Nov 10, 2017 · 1 comment
Closed

GOROOT is empty #36

eric7578 opened this issue Nov 10, 2017 · 1 comment

Comments

@eric7578
Copy link

Hi!

Thanks for the great lib!
After some trial and error.. I am still stuck on the GOROOT problem
when using the go env, my $GOROOT is correctly set as expected.
However, when using echo $GOROOT it output an empty string.

I use the git way to install goenv
I have the following on the bottom of my bash_profile

export GOPATH="$HOME/projects"
export GOENV_ROOT="$HOME/.goenv"
export PATH="$GOENV_ROOT/bin:$PATH"
eval "$(goenv init -)"
@eric7578
Copy link
Author

okay.. after some study I found that it's my IDE issues.
So I am going to close it here!
Sorry about my mistake!

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

1 participant