On 1 March 2011 13:20, gabor papp <[email protected]> wrote: > this shows that scons cannot find racket in the path.
I agree, and I find that odd as I can run racket so it must be in the path. maybe you need to restart the terminal you build fluxus from? I tried that. I also tried logging out and rebooting the whole computer. Those didn't help. > if not, what does 'which racket' returns? it should be > /Applications/Racket v5.1/bin/racket > > I get this; ------------------- which racket no racket in /bin /sbin /usr/bin /usr/sbin /opt/local/bin/ /Applications/Racket v5.1/bin/ /Applications/Racket v5.1/include/ /usr/local/bin/ ------------ That seems to imply there is no racket at all and indeed "whereis racket" gets no answer, but I can still run it just fine. This is quite weird to me. I can also add that I was unable to get a racket repl until I added those paths. It's all very strange to me. > this is not required, and won't help: > > PATH=$PATH:/Applications/Racket\ v5.1/include/ >> > Yes, that was me "cargo-culting". I'll remove it. Yours, Kas.
