pixi clean
#
About#
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
Global Options#
-
--manifest-path <MANIFEST_PATH>
- The path to
pixi.toml
,pyproject.toml
, or the workspace directory
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.