cbracken / dvm

Dart Version Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom $DVM_ROOT?

are opened this issue · comments

commented

Because dvm overwrites the $DVM_ROOT variable, it isn't possible to specify a different installation location.

Would it be enough to do this conditionally instead (if $DVM_ROOT is not defined, set it as $HOME/.dvm)?

Sounds like a great idea; apologies for not having had this feature since the beginning!

Merged in #38. Thank you!