gvm: Conflict with GVM (Groovy enVironment Manager)
I had installed GVM (Groovy enVironment Manager) in my Ubuntu system.
When I try to install gvm with
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
,
I get ERROR: Already installed!
.
Is there anyway to install gvm without conflicting with GVM?
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 15
I did a PR yesterday to sdkman to get rid of gvm alias all together which got merged and now there should be no conflict anymore.
@TheKojuEffect,
So after you finish installing it to another directory, GVM adds the following directory to your
$PATH
environment variable:/directory/where/you/installed/gvm/bin
So in the default case, it’s:
So it’s obvious that you’re getting a naming collision with due to
gvm
, so the easiest work around I can think of is this: