Re: Why is this so difficult?

2013-02-16 Thread Bizics
@Andy: Talk about unfortunate naming !! clojuredocs.org vs. clojure-doc.org There is a site called "clojure-doc.org" ?? And it has some excellent documentation? I just read their CCW guide - it is excellent and would have saved me so much frustration but I had no idea the site existed. "clojure

Re: Why won't leiningen install for me?

2011-01-22 Thread Bizics
Hi Larry, I had problems installing too. Turns out curl on mac os x does not support https as required by github now. I had to download and rebuild curl with the +ssl flag for https to be supported and then things worked fine. I could dig up my notes from when I did it if you need more information.