clj-on-windows 2020-10-14

my colleague is trying to get clojure + calva to work on windows. we got the following issue: https://github.com/BetterThanTomorrow/calva/issues/387 the solution seems to be to reinstall clojure. however, I can't figure out how to uninstall it. I thought it was installed as a powershell module, but when running Get-InstalledModule I don't see any modules. when running Get-Command clojure this is what I get:

> get-command clojure
CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Alias           clojure -> Invoke-Clojure                          1.10.1.561 ClojureTools

so my question is, how do I uninstall clojure on windows?

@cjpangilinan has joined the channel