-
Notifications
You must be signed in to change notification settings - Fork 559
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
Unable to install GVM #498
Comments
To resolve the issue, try running the following command instead: /bin/bash < <(curl -sSL https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) This will clone the GVM repository to your $HOME directory, detect your macOS environment, and configure the GVM installation properly. Upon successful installation, you should see output similar to the following: Cloning from https://github.com/moovweb/gvm.git to $HOME/.gvm
macOS detected. User shell is: /bin/zsh
No existing Go versions detected
Installed GVM v1.0.22 Final Steps:
source $HOME/.gvm/scripts/gvm |
the install command fails if you install using bash and run in zsh here is the solution, should install older version of the script: |
Trying to install on macOS Sonoma 14.6.1.
I see it pulls down and places the GVM repo in my $HOME directory. I also see my
.zshrc
got updated w/But I am unable to access gvm in any way. Throws command not found everytime.
The text was updated successfully, but these errors were encountered: