2

I would like to know where posh-gvm (SDKMAN for windows) installs its software.

I've had a brief look in Program Files, %APPDATA% and %HOMEDRIVE%\Users\%USERNAME% but couldn't find anything. The information is surprisingly hard to find online.

coderatchet
  • 8,120
  • 17
  • 69
  • 125

1 Answers1

0

After seeing a similar post about Unix gvm's dir install-dir at ~/.gvm, I have found the directory located under

%HOMEDRIVE%\Users\%USERNAME%\.posh-gvm
|__ groovy
|__ scala
|__ grails
\__ etc...
coderatchet
  • 8,120
  • 17
  • 69
  • 125