[plt-scheme] Re: Wierd behaviour of find-executable-path

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Jun 3 08:53:59 EDT 2006

At Sat, 3 Jun 2006 13:39:39 +0100, "Paulo J. Matos" wrote:
> If I start DrScheme from MzRun:
> > (find-executable-path "emacs")
> #f
> > (getenv "PATH")
> "/usr/local/bin"
> 
> This is wierd in fact. I can't even imagine why only /usr/local/bin is there?
> Any ideas?

This looks like the same problem as 

  http://list.cs.brown.edu/pipermail/plt-scheme/2006-May/013172.html

Can you confirm that your installed "lib/starter" is from the latest
"src/mzscheme/dynsrc/ustart.c", and that your "bin/drscheme" is derived
from that "/lib/starter"?

Matthew



Posted on the users mailing list.