Fork me on GitHub
#leiningen
<
2019-08-25
>
nori20:08:14

Hi, has anyone encountered this kinda bug on windows? It throws this error message in response to lein deps and lein repl. I can start a repl in but I cannot start a repl in /_dev/overtone. java.io.IOException: Cannot run the program clojure in directory ~/_dev/overtone. CreateProcess error=2 The system cannot find the file specified at java.lang.ProcessBuilder.start (ProcessBuilder.java:1128) Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessImpl.create (ProcessImpl.java:-2)

nori20:08:30

overtone is a clone of git/overtone. I've been fiddling with my profiles.clj to no avail. This is what it looks like right now. {:repl {:plugins [[cider/cider-nrepl "0.22.0-beta12"] [refactor-nrepl "2.3.0-SNAPSHOT"]] :dependencies [[org.clojure/tools.nrepl "0.2.12"]]}} {:user {:plugins [[org.clojars.gmoe/overtone-template "1.0.1"]]} {:dependencies [[org.clojure/tools.nrepl "0.2.12"] [org.clojure/clojure "1.9.0"]] }}

andy.fingerhut20:08:36

I do not know if it makes a difference, but it might -- are you using WSL, or Cygwin? Or just Windows in a cmd.exe window?

nori20:08:52

I'm using Powershell