moovweb / gvm

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

'use --default' not working #333

Open ctopinka opened 4 years ago

ctopinka commented 4 years ago

After setting 'use go1.12.9 --default' I have

$ gvm list

gvm gos (installed)

go1.11.13 => go1.12.9 go1.13 system

but

$ go version go version go1.13.4 darwin/amd64

What am I doing wrong or is this a glitch? Thanks

BenKnigge commented 4 years ago

Have you figure this out or has anyone else seen this issue? I'm not on a apple and do not see the issue on Linux.

kevinpollet commented 4 years ago

I never had this problem with macOS. I've tried with the go1.12.9 version and everything is working fine.

kivilahtio commented 3 years ago

Same here, on Ubuntu20.04

kivilahtio commented 3 years ago

gvm install go1.15.8 gvm use --default 1.15.8 ERROR: Version not found locally. Try 'gvm install --default'