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.
Arto Kalishian 2019-10-06T06:59:19.001200Z

Hello Everyone

Arto Kalishian 2019-10-06T06:59:42.001900Z

I am just reporting feedback regarding clj powerShell script installer

Arto Kalishian 2019-10-06T06:59:53.002100Z

I have Windows 10 Enterprise

Arto Kalishian 2019-10-06T07:00:02.002400Z

Please add the following to do the docs:

Arto Kalishian 2019-10-06T07:01:35.003200Z

1. Run powershell as admin

Arto Kalishian 2019-10-06T07:02:05.003900Z

2. On powershell execute the following command Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Arto Kalishian 2019-10-06T07:02:27.004400Z

Otherwise script will not run

Arto Kalishian 2019-10-06T07:03:51.005500Z

3. clj command works on PowerShell only, but when I run it on cmd with the command given on the docs powershell -command clj clj works but does not download dependencies in same folder .edn file

Arto Kalishian 2019-10-06T07:04:27.006300Z

This is just a remark, but I am only good in ShellScript and can't help with editing the .PS1 file. So for anyone who maintains it, thanks for updating it.

alexmiller 2019-10-06T17:45:41.007Z

The doc is a wiki page, open for anyone to update