On Wednesday, 4 July 2018 at 19:14:57 UTC, Jacob Carlborg wrote:
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
I should have done a little more reading. Thanks, and thanks for
writing it!