<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 10, 2015 at 6:56 PM, Steven Schveighoffer via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br></span>
I've been using dvm, and do like it a lot. But I couple issues:<br>
<br>
1. Every time I type dvm use, my path adds another directory. Couldn't you just replace the existing dvm path?<br>
2. Every incorrect command given to dvm results in a stack trace.<br>
<br>
Otherwise, I thoroughly enjoy being able to switch/install compiler versions on a whim.<br>
<br>
-Steve<br>
</blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I don't use DVM but I do switch compilers fairly easily with: rm /usr/local/dmd/current; ln -s /usr/local/dmd/2.069.0;</div><div class="gmail_extra"><br></div><div class="gmail_extra">To install a new compiler I just download the latest .tar.xz and place in /usr/local/dmd/; and then rename "dmd2" directory to version number.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Didn't see anyone else post a similar install process. It obviously doesn't have to be installed system wide, I just don't really like installed executables to be writeable by my own user.</div><div class="gmail_extra"><br></div><div class="gmail_extra">A bash script based installer for the system I use would be very short and simple.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>