Closed Avaray closed 7 years ago
Sorry, I haven't maintained this project hence the very late reply. However this is the expected behaviour. gvm install
downloads files adjacent to your GOROOT as I explain in the readme. Reason for this is to keep all Go versions in the same directory, and then other gvm
commands look in this directory. GOROOT will be set to one of these directories, and gvm use
will switch GOROOT between folders in this directory.
For example, this is my GOROOT path:
C:\PROGRAMMING\GO
If I will use commandgvm install 1.8
it will download and unpack Go intoC:\PROGRAMMING
If I set GOROOT path forC:\PROGRAMMING\GO\GO
it will download and unpack intoC:\PROGRAMMING\GO
GVM is always installing one directory above. Im using Win 8.1. I don't know why is like that.