On Wed, Apr 13, 2011 at 9:00 PM, peterg <[email protected]> wrote: > *I seriously believe there is a missing step in published > configuration instructions, or that a development environment being > used elsewhere on the same machine by other people testing provides a > magic fix.
Hi Peter, I can confirm that I see the same thing using La Clojure now, and the La Clojure forum has one other report of the same issue. I think it broke fairly recently. Looking at the code they use to launch their repl, they make the environment an empty map, rather than keeping the environment variables from your current shell. It would probably be a pretty easy fix to use System.getEnv() rather than an empty map, but it will require a fix in La Clojure. --Aaron -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
