Skip to content

Cache in a ~/.pants directory, instead of ~/.nce #283

Open
@huonw

Description

@huonw

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions