moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
10.18k stars 533 forks source link

Mac Monterey installed gvm and found a bug #389

Open SanjiFlip opened 2 years ago

SanjiFlip commented 2 years ago

Mac Monterey installed gvm and found a bug

  1. brew install go
  2. Install gvm
  3. gvm install go1.15.7 and go1.17.2
  4. Specify the default go version of gvm
  5. brew uninstall go After restarting the terminal several times, the go version is not found When I specify the go version of gvm, then download any go version and specify it as the default, and then restart it to display the go version and go env correctly