Re: Customizable project .cpcache path

2019-02-25 Thread Alex Miller
File a ticket... https://dev.clojure.org/jira/browse/TDEPS Please start with the problem - not being able to use in a directory which is not writable, which may have many solutions. On Monday, February 25, 2019 at 10:51:24 AM UTC-6, Stanislav Yurin wrote: > > Currently user cache is customizable

Customizable project .cpcache path

2019-02-25 Thread 'Stanislav Yurin' via Clojure
Currently user cache is customizable via CLJ_CACHE or CLJ_CONFIG (and XDG_..) environment variables, but inside project dir the path is set by the following code in clojure tools bash script: # Determine whether to use user or project cache if [[ -f deps.edn ]]; then cache_dir=.cpcache else