Oh! Under Mac os x if you start drracket by double clicking (instead of a terminal window) your path is not set. Maybe that explains it?<br><br>Robby<br><br>On Tuesday, July 26, 2011, Gregory Woodhouse &lt;<a href="mailto:gregwoodhouse@me.com">gregwoodhouse@me.com</a>&gt; wrote:<br>
&gt; Could this be a path issue? There&#39;s no need to find the racket executable in the case of ls.<br>&gt;<br>&gt; Sent from my iPad<br>&gt;<br>&gt; On Jul 26, 2011, at 9:54 AM, Niitsuma Hirotaka &lt;<a href="mailto:hirotaka.niitsuma@gmail.com">hirotaka.niitsuma@gmail.com</a>&gt; wrote:<br>
&gt;<br>&gt;&gt; The following code works on linux.<br>&gt;&gt; But on MacOSX, no response<br>&gt;&gt; ------<br>&gt;&gt; #lang racket<br>&gt;&gt; (require racket/system)<br>&gt;&gt; (display (port-&gt;string (car (process     &quot;racket -e &#39;(+ 10 3)&#39;&quot;))))<br>
&gt;&gt; ------<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; However this works on MacOSX<br>&gt;&gt; ------<br>&gt;&gt; #lang racket<br>&gt;&gt; (require racket/system)<br>&gt;&gt; (display (port-&gt;string (car (process &quot;ls&#39;&quot;))))<br>
&gt;&gt; ------<br>&gt;&gt; _________________________________________________<br>&gt;&gt;  For list-related administrative tasks:<br>&gt;&gt;  <a href="http://lists.racket-lang.org/listinfo/users">http://lists.racket-lang.org/listinfo/users</a><br>
&gt; _________________________________________________<br>&gt;  For list-related administrative tasks:<br>&gt;  <a href="http://lists.racket-lang.org/listinfo/users">http://lists.racket-lang.org/listinfo/users</a><br>&gt;