Welcome! Please see the About page for a little more info on how this works.

+2 votes
in tools.deps by

I have a Cursive user wanting to use the CLOJURE_CLI_ALLOW_HTTP_REPO env var. Since Cursive invokes tools.deps in-process, there's no way for me to set an env var in the current process. deps.clj has a nice abstraction for this - would it be possible to use this or something similar for tools.deps too? I assume this problem will affect any process using tools.deps as a library.

Please log in or register to answer this question.

...