Search code examples
groovygogvm

Coexistence of Groovy- and Go gvm


I have Groovy GVM installed. Trying to install the Golang version gave

ERROR: Already installed!

The problem is that ~/.gvm already exists.

How do/should you make them both coexist today?

Are there any plans to resolve this conflict?


Solution

  • Issue 82 and issue 103 seem to show there is no immediate plan to resolve that collision.

    You find trace of that folder in:

    You would need to patch the all Go GVM program to make sure .gvm isn't used.

    Update March 2016: as mentioned in issue 82:

    GVM is superseded by http://sdkman.io/. gvm command became sdk.