> We are considering adding leiningen to a chef install for EC2  
> instances. However, we want lein (and the associated maven cruft) to  
> be available to all users, not just the user running the install script.

I guess that if Leiningen just uses the repo/dep stuff from maven then
the following should work:

mkdir /usr/local/share/mvn
echo "\nMAVEN_REPO=/usr/local/share/mvn" >> /etc/profile

Caveat: I haven't actually tried this, I'm just hypothesising here.
-- 
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