Open
Description
scie-pants currently caches its setup (e.g. downloaded interpreters, venvs, etc.) into ~/.nce
, which is different to where all the usual pants caches are: ~/.cache/pants
(by default). This is confusing for users.
It'd be nice if we could put it all in one place, e.g. return to the PANTS_SETUP_CACHE="${PANTS_SETUP_CACHE:-${XDG_CACHE_HOME:-$HOME/.cache}/pants/setup}"
logic that the old ./pants
script used.
This should now be possible in some form with a-scie/lift#41, although there's some questions about migration.
Metadata
Metadata
Assignees
Labels
No labels
Activity