<div dir="ltr">Yes you need to add ldc2 to your PATH. So if your ldc2 binary is in /user/something/something/folder_where_is_ldc2/ldc2<div>you havto add /user/something/something/folder_where_is_ldc2 to your PATH. You can test this by pasting this to terminal:</div><div><br></div><div>export PATH=$PATH:/user/something/something/folder_where_is_ldc2</div><div>ldc2 --version</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 19, 2017 at 2:26 PM, jmh530 via Digitalmars-d-learn <span dir="ltr"><<a href="mailto:digitalmars-d-learn@puremagic.com" target="_blank">digitalmars-d-learn@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm more of a Windows user than a Linux user. I have the latest DMD on my Linux install (linux mint 17.3), but I wanted to test LDC.<br>
<br>
I get a message that ldc2 is not found when I type ldc2 --version or sudo ldc2 --version (I'm not on root and the existing user does not have root privileges, so I have to sudo around that folder).<br>
<br>
Here's what I did:<br>
1) Download binary from ldc github page<br>
2) Unpack and copy to /usr/local/bin/ldc/ldc2-1.4.0-<wbr>linux-x86_64<br>
<br>
I was concerned that the issue is that ldc2 is not in the path. When I type $PATH I get<br>
bash: /usr/local/sbin:/usr/local/bin<wbr>:/usr/sbin:/usr/bin:/sbin:/bin<wbr>:/usr/games:/usr/local/games: No such file or directory<br>
<br>
Do I need to add /usr/local/bin/ldc to it also? Or am I missing out on some other step?<br>
</blockquote></div><br></div>