Open qymlyl opened 8 months ago
I set the value of the GVM_ROOT variable in~/.zshrc to /Users/mqy/Workspace/programming/Go/gvm, but after executing the gvm use command, the value of the GVM_ROOT variable changed to /Users/mqy/.gvm
GVM_ROOT
~/.zshrc
/Users/mqy/Workspace/programming/Go/gvm
gvm use
/Users/mqy/.gvm
I set the value of the
GVM_ROOT
variable in~/.zshrc
to/Users/mqy/Workspace/programming/Go/gvm
, but after executing thegvm use
command, the value of theGVM_ROOT
variable changed to/Users/mqy/.gvm