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)I don’t know if that’s good or bad practice, but it seems attractive in that it only applies to 1 command.
that page is a wiki page and I would be happy for anyone to edit it with their own experiences/issue/advice
that's why it's on a wiki
oho! will do!
done!
thx!
added tips for running https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows#run
if others with more Windows expertise are around, please feel free to edit/improve.