Skip to content

pixi clean cache#

About#

Clean the cache of your system which are touched by pixi

Usage#

pixi clean cache [OPTIONS]

Options#

  • --pypi
    Clean only the pypi related cache
  • --conda
    Clean only the conda related cache
  • --mapping
    Clean only the mapping cache
  • --exec
    Clean only exec cache
  • --repodata
    Clean only the repodata cache
  • --tool
    Clean only the build backend tools cache
  • --yes (-y)
    Answer yes to all questions

Description#

Clean the cache of your system which are touched by pixi.

Specify the cache type to clean with the flags.

Examples#

pixi clean cache # clean all pixi caches
pixi clean cache --pypi # clean only the pypi cache
pixi clean cache --conda # clean only the conda cache
pixi clean cache --mapping # clean only the mapping cache
pixi clean cache --exec # clean only the `exec` cache
pixi clean cache --repodata # clean only the `repodata` cache
pixi clean cache --yes # skip the confirmation prompt