Skip to content
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

Closed
taoeffect opened this issue Jun 26, 2010 · 6 comments
Closed

How to use a different clojure/clojure-contrib jar? #4

taoeffect opened this issue Jun 26, 2010 · 6 comments

Comments

@taoeffect
Copy link

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?

@liebke
Copy link
Owner

liebke commented Jun 28, 2010

That isn't really possible yet, but I'm looking at adding functionality similar to Ruby's rvm.

@taoeffect
Copy link
Author

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

@liebke
Copy link
Owner

liebke commented Jul 1, 2010

I'm not sure if I'll use the CLOJURE_HOME approach. I'm thinking more along the lines of Ruby's rvm.

@taoeffect
Copy link
Author

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.

@liebke
Copy link
Owner

liebke commented Jul 4, 2010

CLOJURE_HOME option added, see options section of README.

@taoeffect
Copy link
Author

Awesome! :-)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants