Resolved $ which ls /bin/ls
$ sudo ln -s /Applications/Racket-v5.1.1/bin/racket /bin/ Then drracket works But in the case of $ sudo ln -s /Applications/Racket-v5.1.1/bin/racket /usr/local/bin/ drracket does not works 2011/7/27 Robby Findler <[email protected]>: > 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? > > Robby > > On Tuesday, July 26, 2011, Gregory Woodhouse <[email protected]> wrote: >> Could this be a path issue? There's no need to find the racket executable >> in the case of ls. >> >> Sent from my iPad >> >> On Jul 26, 2011, at 9:54 AM, Niitsuma Hirotaka >> <[email protected]> wrote: >> >>> The following code works on linux. >>> But on MacOSX, no response >>> ------ >>> #lang racket >>> (require racket/system) >>> (display (port->string (car (process "racket -e '(+ 10 3)'")))) >>> ------ >>> >>> >>> However this works on MacOSX >>> ------ >>> #lang racket >>> (require racket/system) >>> (display (port->string (car (process "ls'")))) >>> ------ >>> _________________________________________________ >>> For list-related administrative tasks: >>> http://lists.racket-lang.org/listinfo/users >> _________________________________________________ >> For list-related administrative tasks: >> http://lists.racket-lang.org/listinfo/users >> _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

