deps-new

Rowan Barnard 2021-03-31T03:48:09.051600Z

@seancorfield I've typed the code in and pasted it in from your code here and get the same thing - or you mean the quoting thing might be some issue with the quote marks or characters when entering the command in Windows?

seancorfield 2021-03-31T03:49:25.053100Z

Windows has weird quoting rules -- different to Linux/macOS -- and cmd.exe and Powershell are different from each other, making it worse.

seancorfield 2021-03-31T03:49:57.054100Z

The command I showed you works perfectly -- on Linux/macOS.

Rowan Barnard 2021-03-31T03:50:26.054800Z

Yeah I've been meaning to give the WSL2 thing a go for a while, looking more and more likely now that I will, seems it will make things much easier and in the end in the real world when deploying stuff it is mostly going to be running on Linux anyway

seancorfield 2021-03-31T03:51:23.056Z

You can try asking in #clj-on-windows to see if anyone there can help with quoting but, frankly, I gave up trying to run Clojure stuff on Powershell pretty quickly.

Rowan Barnard 2021-03-31T03:51:55.056700Z

So macOS is quite good for Clojure dev? I'm kind of interested in the new M1 macs because the chip's really impressive

seancorfield 2021-03-31T03:52:56.057800Z

I've been a Mac user since the early '90s but I've been switching over to Windows these last few years -- WSL has made that possible.

seancorfield 2021-03-31T03:53:18.058400Z

(I also switched to my first Android phone last year after many iPhones over the years!)

Rowan Barnard 2021-03-31T03:54:16.059300Z

OK so WSL2 should be fine then, thanks Sean 🙂