3

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?

Andreas Steffan
  • 6,039
  • 2
  • 23
  • 25
  • The Groovy project managers pitch Groovy as a "JVM language", meaning "JVM only", and treat other possible platforms for Groovy, including a Go-based edition, as threats to their own control of Groovy the brand. They actively work to promote the JVM, and criticize other platforms. They're unlikely, therefore, to bother resolving the naming conflict with Golang. – Vorg van Geir Dec 31 '14 at 13:05

1 Answers1

2

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.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250