简体   繁体   English

如何在ubuntu 12上更新clojure版本?

[英]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. 我已经使用'apt-get install'命令安装了clojure,而不是使用相同的命令我安装了leiningen。 But when I'm typing in console 'clojure' it wtires me that I have 1.1.0 version. 但是当我输入控制台'clojure'时,我觉得我有1.1.0版本。 But I want to have at least 1.5.* version of clojure. 但我想要至少1.5。*版本的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 ......我怎么办才能将clojure升级到1.5。*版本?

Leiningen is the defacto in Clojure world. 莱宁根是Clojure世界的事实。 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参与你的问题,你会结交很多朋友,更不用说它的功能丰富而且非常棒。 Leiningen is optimized for Clojure and ClojureScript development. Leiningen针对Clojure和ClojureScript开发进行了优化。

Don't install Clojure that way, even Homebrew has deleted Clojure as formula. 不要那样安装Clojure,即使Homebrew已经删除了Clojure作为公式。

You are using Ubuntu 12 and still you get Clojure 1.1.0 Imagine how Clojure version is very outdated at Ubuntu repos. 你正在使用Ubuntu 12,你仍然得到Clojure 1.1.0想象一下,在Ubuntu repos中Clojure版本是如何过时的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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