We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the installation instructions and added this to my ~/.zshrc:
~/.zshrc
export GOENV_ROOT="$HOME/.goenv" export PATH="$GOENV_ROOT/bin:$PATH" eval "$(goenv init -)" echo 'export PATH="$GOROOT/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="$PATH:$GOPATH/bin"' >> ~/.bash_profile
But when I start a new shell I get this:
/home/varac/.goenv/libexec/goenv-init: line 116: goenv-commands: command not found
/home/varac/.goenv/shims, /home/varac/.goenv/bin and /home/varac/go/bin are in my PATH.
/home/varac/.goenv/shims
/home/varac/.goenv/bin
/home/varac/go/bin
How can I fix this ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the installation instructions and added this to my
~/.zshrc
:But when I start a new shell I get this:
/home/varac/.goenv/libexec/goenv-init: line 116: goenv-commands: command not found
/home/varac/.goenv/shims
,/home/varac/.goenv/bin
and/home/varac/go/bin
are in my PATH.How can I fix this ?
The text was updated successfully, but these errors were encountered: