Andreas Steffan
Andreas Steffan

Reputation: 6159

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?

Upvotes: 3

Views: 367

Answers (1)

VonC
VonC

Reputation: 1323125

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.

Upvotes: 2

Related Questions