Re: How Do I Install New Version Of Clojure?

2012-04-16 Thread John Gabriele
On Apr 15, 1:45 am, Anto  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.

Hi, Anto. I've got some beginner instructions written up at
http://www.unexpected-vortices.com/clojure/brief-beginners-guide/ that
I hope folks find useful. They cover installation (or, rather, the
notion that you let lein handle it for you).

---John

-- 
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


Re: How Do I Install New Version Of Clojure?

2012-04-15 Thread James Reeves
On 15 April 2012 15:35, Anto  wrote:
> Thanks for your reply! Will look into it!

You'll likely want to use Clojure via Leiningen, rather than use the raw jar:

https://github.com/technomancy/leiningen

- James

-- 
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


Re: How Do I Install New Version Of Clojure?

2012-04-15 Thread Anto
Thanks for your reply! Will look into it!

-- 
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


Re: How Do I Install New Version Of Clojure?

2012-04-15 Thread Qiu Xiafei
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  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

How Do I Install New Version Of Clojure?

2012-04-15 Thread Anto
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