简体   繁体   中英

How to update clojure version on ubuntu 12?

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM