Re: beginner - stuck in dependencies and possibly old versions

2012-03-27 Thread Phil Hagelberg
ted 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 De

Re: beginner - stuck in dependencies and possibly old versions

2012-03-27 Thread Andy Fingerhut
I've installed Leiningen on many machine following the brief installation instructions here: https://github.com/technomancy/leiningen If you put 1.3.0 version of Clojure in your project.clj and do "lein deps", it should download that version of Clojure into the "lib" directory of your project.

Re: beginner - stuck in dependencies and possibly old versions

2012-03-27 Thread ted
Hi Benny and Phil, Thank you for your replies. I've managed to make some progress and have lein-oneoff working and swank at least recognised (not getting a repl in emacs jus yet ...) I am running Ubuntu 11.10 and installed Leiningen through apt-get. That appears to install Leiningen version 1.

Re: beginner - stuck in dependencies and possibly old versions

2012-03-22 Thread Phil Hagelberg
ted writes: > I've installed Leiningen but when I try to do "lein plugin install > swank-clojure 1.3.1" or "lein plugin install lein-oneoff 0.2.0" I get > "[INFO] unable to find resource > 'swank-clojure:swank-clojure:jar:1.3.1' in repository central (http:/ > /repo1.maven.org/maven2)" (or equiva

Re: beginner - stuck in dependencies and possibly old versions

2012-03-22 Thread Benny Tsai
Hi Ted, To answer your last question first, each project.clj determines the clojure version used by that project, so you don't really have to worry about old versions interfering or anything. I'm running Lein 1.6.2, which is relatively old, and it defaults new project to 1.3. If yours is usin

beginner - stuck in dependencies and possibly old versions

2012-03-22 Thread ted
Hi all, I am very much a beginner with Clojure and have no experience with Java so please be gentle with me. I've been playing around with numerous incarnations of Lisp but would like to settle on Clojure, however I cannot get my environment sorted. I've installed Leiningen but when I try to do "