-
Notifications
You must be signed in to change notification settings - Fork 54
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
GOPATH default value is wrong #5
Comments
Hmmmm, checked your |
Hmmm, yeah problem was on my end. The |
Hey @AuHau. Good you solved it! I think I will add some more info on the install script to let the user know whenever the defaults locations are being used or not. Thanks for sharing your experience. |
- Add support for listing and installing unstable versions - Prevent bugs in config files without final newline - Ensure the modified PATH is exported on bash and zsh - Prevent multiple selection of the same shell in g-install - Improve the --quiet modifier - Normalize messages styles and wording - Support double-dash to signal end-of-params - Tweak README file - Offer to install latest go version after installing g - Install requested version when `g run` cannot find it. See #3 - Warn about installing on a non-default path. See #5 - Add goenv to the alternatives list on README - Add instructions for removal on README - Make the detection of previously installed g stricter
- Add support for listing and installing unstable versions - Prevent bugs in config files without final newline - Ensure the modified PATH is exported on bash and zsh - Prevent multiple selection of the same shell in g-install - Improve the --quiet modifier - Normalize messages styles and wording - Support double-dash to signal end-of-params - Tweak README file - Offer to install latest go version after installing g - Install requested version when `g run` cannot find it. See #3 - Warn about installing on a non-default path. See #5 - Add goenv to the alternatives list on README - Add instructions for removal on README - Make the detection of previously installed g stricter
Even though README says that default values are:
Upon
g
installation, theGOPATH
variable in myconfig.fish
is set to$HOME/.go
, which then mess up everything, because upon installation of any version theg
binary is removed. Not sure if it is only Fish specific or affects also other shells.When I have corrected manually this error, everything worked as expected.
The text was updated successfully, but these errors were encountered: