clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
lread 2019-06-05T16:30:55.001500Z

hiya, am trying to install clj on windows 10. Tried https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows#install-fails-due-to-permission-errors but instructions did not work for me, but this did:

powershell.exe -noprofile -executionpolicy bypass -file .\win-install-1.10.0.442.ps1
(source https://superuser.com/a/533745)

lread 2019-06-05T16:33:18.002600Z

I don’t know if that’s good or bad practice, but it seems attractive in that it only applies to 1 command.

alexmiller 2019-06-05T16:33:47.003100Z

that page is a wiki page and I would be happy for anyone to edit it with their own experiences/issue/advice

alexmiller 2019-06-05T16:33:55.003300Z

that's why it's on a wiki

lread 2019-06-05T16:45:05.003700Z

oho! will do!

lread 2019-06-05T16:48:55.003900Z

done!

alexmiller 2019-06-05T16:48:58.004100Z

thx!

lread 2019-06-05T20:03:38.004300Z

added tips for running https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows#run

lread 2019-06-05T20:04:50.005200Z

if others with more Windows expertise are around, please feel free to edit/improve.