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-07-04T14:31:25.324400Z

I'm trying to use clojure-cli on appveyor, I just can't to choose pre-determined option number 1

$source = "<https://download.clojure.org/install/win-install-1.10.1.458.ps1>"
$destination = ".\win-install-1.10.1.458.ps1"
Invoke-WebRequest $source -OutFile $destination
"1" | .\win-install-1.10.1.458.ps1 1
Downloading Clojure tools
Clojure will install as a module in your PowerShell module path.
Possible install locations:
  1) C:\Users\appveyor\Documents\WindowsPowerShell\Modules
  2) C:\Users\appveyor\Documents\WindowsPowerShell\Modules
  3) C:\Program Files\WindowsPowerShell\Modules
  4) C:\Windows\system32\WindowsPowerShell\v1.0\Modules
  5) C:\Program Files (x86)\Microsoft SQL Server\110\Tools\PowerShell\Modules
  6) C:\Program Files (x86)\Microsoft SQL Server\120\Tools\PowerShell\Modules
  7) C:\Program Files\AppVeyor\BuildAgent\Modules
  8) C:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules
  9) C:\Program Files (x86)\AWS Tools\PowerShell
  10) C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ResourceManager\AzureResourceManager
  11) C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement
  12) C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\Storage
  13) C:\Program Files (x86)\Microsoft SQL Server\140\Tools\PowerShell\Modules
  14) c:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules\
The method or operation is not implemented.
Someone knows how to do this?