-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use a different clojure/clojure-contrib jar? #4
Comments
That isn't really possible yet, but I'm looking at adding functionality similar to Ruby's rvm. |
Can't you make it so that 'clj' respects the CLOJURE_HOME environment variable? I think we should move as a community to make that a standard. Where CLOJURE_HOME points to a directory (not ending in a '/') that contains clojure.jar and possibly clojure-contrib.jar |
I'm not sure if I'll use the CLOJURE_HOME approach. I'm thinking more along the lines of Ruby's rvm. |
OK, didn't know about rvm so I just looked it up. It seems neat, but looks complicated and like it could take a while to implement, why not support both approaches? Of course you don't have to, just curious. |
CLOJURE_HOME option added, see options section of README. |
Awesome! :-) |
I'd like to work with the latest clojure.jar and clojure-contrib.jar files that I've built from their respective repos, how do I get clj to use them?
The text was updated successfully, but these errors were encountered: