Hi, I have a question that if I declare the variab...
# general
b
Hi, I have a question that if I declare the variable
PANTS_SETUP_CACHE
, would it automatically change the variables
local_store_dir
and
named_caches_dir
to correspond to the new setup location? Or would these variables still refer to the default
~/.cache/pants/
directory?
w
the PANTS_SETUP_CACHE does not drive those other options, no: it’s used very, very early in the bootstrap process, and essentially just drives where pants installs itself
b
Thanks @witty-crayon-22786. Yes, I ran into an error where I could figure out that these are unrelated.