pixi clean#
Cleanup the environments
Usage#
Subcommands#
| Command | Description |
|---|---|
cache |
Clean the cache of your system which are touched by pixi |
Options#
-
--environment (-e) <ENVIRONMENT>- The environment directory to remove
-
--activation-cache- Only remove the activation cache
-
--build- Only remove the pixi-build cache
-
--workspaces-registry- Only remove disassociated workspace registries
Global Options#
-
--manifest-path (-m) <MANIFEST_PATH>- The path to
pixi.toml,pyproject.toml, or the workspace directory
-
--workspace (-w) <WORKSPACE>- Name of the workspace
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.