You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A vector of strings identifying possible install locations for the clojure command line tool script. They will be tried in order, with the first match being used. The default is currently set to [/usr/local/bin/clojure]. This is necessary as lein-tools-deps uses the clojure executable to determine some system specific defaults, such as the location of the :install :config-files.
The note about the default doesn't seem to be accurate. When I try to "Refresh Leiningen Projects" in a lein-tools-deps project in Cursive, I get a Cannot run program "clojure" error because there is no default path to fall back to. There was an older PR that was supposed to fix this but it seems like those changes are not in the current version.
If I add :clojure-executables ["/usr/local/bin/clojure"] to my config the problem goes away.
The text was updated successfully, but these errors were encountered:
We see the same. I think it was removed in dbc8db2. Easily fixed as desribed in the issue. But at least the README should be updated, perhaps with a section about Cursive.
From the README:
The note about the default doesn't seem to be accurate. When I try to "Refresh Leiningen Projects" in a
lein-tools-deps
project in Cursive, I get aCannot run program "clojure"
error because there is no default path to fall back to. There was an older PR that was supposed to fix this but it seems like those changes are not in the current version.If I add
:clojure-executables ["/usr/local/bin/clojure"]
to my config the problem goes away.The text was updated successfully, but these errors were encountered: