I advice you download the clojure package from clojure.org, and unzip it.
Then you can put it to any where you want. Finally, write a shell script
named clojure, and put the script to $PATH
#! /bin/sh
java -cp /path/to/your/downloaded/clojure.jar clojure.main

On Sun, Apr 15, 2012 at 1:45 PM, Anto <anto.aravinth....@gmail.com> wrote:

> I want to install clojure version 1.3, which I guess is the latest.
>
> I tried "sudo apt-get install clojure" which installs clojure 1.1 by
> default. I use Ubuntu 10.10
>
>
>
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to