Many Thanks Aaron, I see the post in the la clojure forum - "Environment variables in La Clojure REPL" It does seem to be the same issue. Should I cross-post?
Cheers, --PG On Apr 14, 1:25 pm, Aaron Cohen <[email protected]> wrote: > On Wed, Apr 13, 2011 at 9:00 PM, peterg <[email protected]> wrote: [...] > 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
