Skip to content

Use standard Linux locations for config and cache #884

@mitar

Description

@mitar

Currently OpenML package creates .openml in home directory. These days this is not a nice behavior, because there is a standard where things should go.

  • Use XDG_CONFIG_HOME environment variable to determine base config directory.
  • Use XDG_CACHE_HOME environment variable to determine base cache directory.

See more practical information and details here.

So, by default, config should go into ~/.config/openml and cache into ~/.cache/openml.

Metadata

Metadata

Assignees

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