<br><div class="gmail_quote">gary hiebner;<span dir="ltr"><br><br></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Then I type the &gt;chuck in Terminal</div>
</blockquote><div><br>I just noticed this and the &quot;greater than&quot; symbol in it. At the risk of stating the obvious; you wouldn&#39;t type that symbol, just the command &quot;chuck&quot; (without quotes). The symbol &quot;&gt;&quot; is sometimes used to represent the prompt, probably because that&#39;s how a typical dos/windows setup represents it (preceded by the name of the dir we are in), I don&#39;t see it in my terminal on Linux and I don&#39;t think Mac uses it. Let&#39;s have a exageratedly detailed look at me running chuck in that way, copied straight from my BASH terminal;<br>
<br>ghost@baido:~$ chuck<br>[chuck]: no input files... (try --help)<br><br><br>In the first line we see &quot;ghost&quot;, that&#39;s my login.<br>&quot;baido&quot; refers to the name of the computer (I&#39;m a R-type fan, you see).<br>
The &quot;@&quot; means I&#39;m loged in on this computer (that&#39;s no big news but I might use the same login on multiple systems)<br>The &quot;~&quot; is a shorthand for my home dir so in this case that refers to &quot;/home/ghost/&quot;<br>
</div></div>The &quot;$&quot; means I&#39;m a ordinary user and not root. If I were root it would instead be a &quot;#&quot;.<br><br>Then we see a space after which we see &quot;chuck&quot;, the &quot;chuck&quot; bit is the only thing I typed myself. The space just separates what the computer put there from what I wrote.<br>
<br>On the second line we see ChucK&#39;s responce, it&#39;s basically saying &quot;yes, I&#39;m here but you&#39;re not giving me anything to do, type help if you&#39;d like to know how to talk to me&quot;.<br><br>Maybe that helps? If not it might be nice to copy the exact error you are getting because if ChucK is in /usr/bin/ it really should work.<br>
<br>Yours,<br>Kas.<br>