Skip to content

pixi clean#

Cleanup the environments

Usage#

pixi clean [OPTIONS] [COMMAND]

Subcommands#

Command Description
cache Clean the cache of your system which are touched by pixi

Options#

Config Options#

  • --no-config
    Don't read system or user-level configuration files. Project-local <project>/.pixi/config.toml is still loaded
    env: PIXI_NO_CONFIG
    default: false
  • --config-file <PATH>
    Load configuration from this file instead of searching system and user-level paths. Project-local <project>/.pixi/config.toml is still merged on top
    env: PIXI_CONFIG_FILE

Global Options#

Description#

Cleanup the environments.

This command removes the information in the .pixi folder. You can specify the environment to remove with the --environment flag.

Use the cache subcommand to clean the cache.