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.
2019-05-19T17:35:46.007700Z

Regarding known-issues: https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows#known-issues I had to set exec policy before installation to: Set-ExecutionPolicy Unrestricted -Scope Process and after installation to: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser P.S. Same behaviour on two Windows machines.