-
Hey there GraalVM team,
I'm testing against GVM `master` for a few bugs which are anticipated to be fixed in the upcoming Sept release. While I could figure out how to use a `dev` release, I couldn…
-
Installing go from scratch does not work for Big Sur as 1.4 does not have a binary for this OS (this command fails - `gvm install go1.4 -B`).
To use gvm, you can do this:
1. Install go from the [off…
-
-
Thank you for your convenient program.
On a channel without a message, it seems that it ends with an error `index out of memory`.
```
.
.
.
dump public channel
dump channel foo
dump channe…
-
The installer adds the line `[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"` to bashrc.
I use zsh (.zshrc), but the installer doesn't say anything about adding that line to yo…
-
### Sanity checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affec…
-
`go1.16.7.darwin-arm64` is available here https://golang.org/dl/
But how do I install 1.16.7 darwin arm64 via gvm?
When I do `gvm install 1.16.7`, it installs darwin/amd64.
-
Hi,
Is there any intent to freshen up the installer for newer environments (CentOS 7, CenOS 6 is EOL, etc.) (also for instance, the domain referenced for GVM is a potentially malicious domain now …
-
Here my zsh version is `zsh 5.9 (x86_64-pc-linux-gnu)`, gvm version is v1.0.22.
And I'm using oh-my-zsh.
After install gvm, gvm updates my profile .bashrc, not .zshrc
I use `env | grep -i zsh`, it …
-
After installing go 1.4.2, I try running `gvm use go1.4.2` I get the following response:
```
$ gvm use go1.4.2
#=> sort: cannot read: is: No such file or directory
#=> grep: go1.4.2: No such file or …