Coexistence of Groovy - and Go gvm
I have Groovy GVM installed. Trying to install the Golang version gave
ERROR: Already installed!
The problem is what ~/.gvm
already exists.
How do / should you make them both coexist today?
Are there plans to resolve this conflict?
Issue 82 and Issue 103 seem to show there is no immediate plan for resolving this collision.
You will find a trace of this folder in:
-
binscripts/gvm-installer
:[ "$GVM_DEST" = "$HOME" ] && GVM_NAME=".gvm"
-
bin/gvm
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"
You will need to patch your entire Go GVM program to make sure it is .gvm
not being used.
Update March 2016: as stated in issue 82 :
GVM is replaced with http://sdkman.io/ . The team
gvm
has becomesdk
.