-
Notifications
You must be signed in to change notification settings - Fork 251
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
GOENV_GOPATH_PREFIX does not work as expected #169
Comments
Should be working as described in https://github.com/syndbg/goenv/blob/master/ENVIRONMENT_VARIABLES.md#environment-variables |
It doesn't unfortunately and I found out why. I created a PR #170 |
Also, maybe unrelated but, is it normal that when I execute |
@syndbg sorry for pinging you but I was wondering if you saw my previous message? |
Hey @neersighted sorry for the late reply but I didn't check my GitHub email recently. I suppose so yes, actually it would be best because at the moment the original issue was resolved by my PR and my latest comment are indeed #209 |
Closing in favour of #209. |
Hi there, I'm running the
HEAD
version of goenv and the env varGOENV_GOPATH_PREFIX
does not seem to work. More specifically, the env var is not set, goenv will automatically manage and update theGOPATH
to be$HOME/go/$VERSION
however, if the env var is set theGOPATH
is set to theGOENV_GOPATH_PREFIX
only and the version is not included.I can't figure out if it's a bug or something misconfigured in my system. Any idea?
Thanks a lot for your help.
The text was updated successfully, but these errors were encountered: