<@U06A03HV1> `~/.cache/pants/python_cache/` and ru...
# general
h
@witty-crayon-22786
~/.cache/pants/python_cache/
and running
./pants clean-all
worked
a
you may be aware of this, but
./pants clean-all
is "more or less" just deleting the
.pants.d
dir -- it doesn't affect the shared cache at
~/.cache/pants
if you are developing pants you may find yourself blasting away sections of
~/.cache/pants/
at times, but hopefully not if you are just using it (although sometimes obv it can be necessary)
h
Good to know, thanks!