Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I find out where the gvm installed groovy?

Tags:

grails

groovy

I have a mac running OSX 10.9.2. and I just installed the gvm and used that to install Groovy. I want to get a test project set up to use for my ide, but I don't know where to tell my ide to find the Groovy SDK.

Typeing "help" into the Groovy shell doesn't reveal anything helpful either. How can I find out where Groovy is installed?

like image 636
j.jerrod.taylor Avatar asked Mar 07 '14 23:03

j.jerrod.taylor


1 Answers

Assuming you installed the latest, it's in ~/.gvm/groovy/2.2.2

The symbolic link ~/.gvm/groovy/current will point to the current version you're using

like image 140
tim_yates Avatar answered Oct 13 '22 21:10

tim_yates