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?

+3


source to share


1 answer


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:



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 become sdk

.

+2


source







All Articles