Fork me on GitHub
#tools-deps
<
2019-06-01
>
sparkofreason00:06:10

I assume people have this working, and there's just something about my particular WSL install (pengwin) that is an issue.

Travis02:06:04

Does anyone know if there is a way to override where tools-deps looks for the .m2 directory ? For instance with Maven you can do something like

MAVEN_OPTS=-Dmaven.repo.local=/cache/.m2

Alex Miller (Clojure team)11:06:03

You can set :mvn/local-repo at the root in deps.edn

Travis22:06:08

@U064X3EF3 is there a way to set this at the command line for override in some build env?

Alex Miller (Clojure team)22:06:29

You can use -Sdeps with an in-line deps.edn to add it on the command line

pez11:06:13

Hello. I am trying to get the Calva jack-in story to be told nicely on Windows. Can I assume that powershell is used for cli/deps?

pez11:06:50

Also I am a bit confused about when the command line tool is named clj and when it is named clojure.

sogaiu12:06:41

@pez in *nix and macos isn't one just a wrapper to use the other along with rlwrap? have a look inside the files?

pez12:06:59

Yes, checked the contents on my Mac now. clj wraps clojure in rlwrap. So it is clojure I should use for jack-in then. Thanks!

yuhan17:06:23

I tried unsuccessfully to install the cli on Windows a while back too, to my understanding the official guide at https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows only installs a PowerShell module in ~/Documents

yuhan17:06:48

but I could not figure out how to get from that to a clj / clojure executable on the PATH