ted <tedbra...@gmail.com> writes:

> I am running Ubuntu 11.10 and installed Leiningen through apt-get.
> That appears to install Leiningen version 1.6.1 and symbolic links
> with Clojure 1.2.1. Is there an easy way to upgrade to the latest
> version of Leiningen?

New versions of Leiningen are generally uploaded to Debian unstable/testing
very soon after they're released, but it takes a while to get them into
Ubuntu. I don't know of anyone maintaining a PPA. On the other hand,
it's quite easy to apt-get remove it and install by hand.

    $ wget https://raw.github.com/technomancy/leiningen/stable/bin/lein
    $ chmod 755 lein
    $ mv lein ~/bin/lein # provided $HOME/bin is on your $PATH

> Do I understand it correctly that if I change the version in the
> project.clj to 1.3.0 that it will automatically add the right
> clojure.jar in the project folder?

That's correct.

-Phil

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