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
Currently, deps.clj detects whether the Clojure tools have been installed, and if not, downloads and installs them. If a client later uses the API to obtain the config paths, the first file in the list (the system deps) will not exist. This file exists in the tools distribution jar, but should be extracted on install. The standard Clojure tools do have this file available in their installation directory.
The text was updated successfully, but these errors were encountered:
Now the clojure-tools-install! requires one extra argument: :config-dir. When passed, it will extract the system deps.edn and tools dir tools.edn into that directory.
Currently, deps.clj detects whether the Clojure tools have been installed, and if not, downloads and installs them. If a client later uses the API to obtain the config paths, the first file in the list (the system deps) will not exist. This file exists in the tools distribution jar, but should be extracted on install. The standard Clojure tools do have this file available in their installation directory.
The text was updated successfully, but these errors were encountered: