conda
Verified for current stable LTS
Conda Command: List All Environments
Use for list all environments with Conda. Exact CLI syntax to list all environments using Conda.
When to use this: Use for list all environments with Conda.
Command Syntax
conda info -e conda info -e Command Breakdown
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list all environments 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