conda
Verified for current stable LTS
Conda Command: Delete Environment Remove All Packages
Use for delete environment remove all packages with Conda. Exact CLI syntax to delete environment remove all packages using Conda.
When to use this: Use for delete environment remove all packages with Conda.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
conda remove -n <environment_name> --all conda remove -n <environment_name> --all Command Breakdown
-n- Command Option
- Tool-specific option used by this command invocation.
--all- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete environment remove all packages using Conda.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Conda Command: Activate Environment
conda activate <environment_name> Conda Command: Clean Unused Packages conda clean -a Conda Command: Create Environment Install Packages conda create -n <environment_name> <python=3.9 matplotlib> Conda Command: Create New Environment conda create -n <environment_name> <python=3.9 matplotlib> Conda Command: Deactivate Environment conda deactivate