Question

I've installed clojure using 'apt-get install' command and than using the same command I've installed the leiningen. But when I'm typing in console 'clojure' it wtires me that I have 1.1.0 version. But I want to have at least 1.5.* version of clojure. I know that maybe I should not install leiningen in this way... What could I do to upgrage the clojure to 1.5.* version?

Was it helpful?

Solution

Leiningen is the defacto in Clojure world. You will make a lot of friends if leiningen is envolved in your question, not to mention it is rich in features and really awesome. Leiningen is optimized for Clojure and ClojureScript development.

Don't install Clojure that way, even Homebrew has deleted Clojure as formula.

You are using Ubuntu 12 and still you get Clojure 1.1.0 Imagine how Clojure version is very outdated at Ubuntu repos.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top