DVM - D Version Manager 0.4.4

Jacob Carlborg doob at me.com
Wed Jul 4 19:14:57 UTC 2018


On 2018-07-03 03:34, Tony wrote:

> Thanks, that worked!
> 
> It doesn't announce where it put the compiler, which turns out to be:
> 
> C:\Users\<username>\AppData\Roaming\dvm\

You're not supposed to know where it puts the compiler. You're 
activating it with "dvm use <version>" where "<version>" is the version 
you want to activate. This will persist for the end of the shell 
session. To set a default compiler use "dvm use <version> -d". This 
allows to use separate versions simultaneously in different shell 
sessions. See the usage information [1].

[1] https://github.com/jacob-carlborg/dvm#use-a-compiler

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list