DVM - D Version Manager 0.3.0 (including support for Windows)

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Aug 1 13:53:30 PDT 2011


I know this is maybe obvious for linux geeks, but your shell command
won't work like this:
wget -O dvm https://bitbucket.org/doob/dvm/downloads/dvm-0.3.0-linux-32
&& chmod +x dvm && ./dvm install dvm

Because you have to call this before executing dvm:
chmod +x dvm


More information about the Digitalmars-d-announce mailing list