On Tue, Jun 29, 2010 at 9:22 AM, Glenn, Jacob <jkgl...@umich.edu> wrote:
> In the spirit of getting yet another Clojure newbie up and running, I'm 
> hoping someone can help me with my efforts to install Clj 
> (http://github.com/liebke/clj) on OSX 10.6.3. I've been using the clj script 
> provided by ClojureX, but it looks like that project has now been deprecated 
> so I figured I'd upgrade.

I just installed that (on OS X 10.6.4) and I went this route:

Download the ZIP file. Rename it to remove the .zip extension (leaving
the .jar extension). Double-click the .jar file. It fired up a
clj.main process (which didn't seem to go away?) but it did create the
~/.clj tree.

I copied ~/.clj/bin/clj to ~/bin/ (which is already on my path) and
then ran: clj

Up popped clj.main again, this time with a REPL in a window
proclaiming Clojure 1.2.0-master-SNAPSHOT and the familiar user=>
prompt.

I tried clj repl and clj list, both of which also worked. I haven't
tried much else. I couldn't figure out how to get lein to take
advantage of the new .clj stuff so if anyone has advice... :)

See if that route works better for you.

BTW, I was also using Clojure-MacOSX which seemed to be a really nice
package since it included the TextMate bundle as well.
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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