hi all, is it possible to config `.cache/pants` an...
# general
w
hi all, is it possible to config
.cache/pants
and
.pex
to other destination?
h
e
The
~/.pex
default cache directory of Pex is not used by Pants. To control that you can use the
PEX_ROOT
environment variable: https://pex.readthedocs.io/en/v2.1.70/api/vars.html#PEX_ROOT
✅ 1