conda
Verified for current stable LTS
Conda Commands
Conda command syntax with verified terminal examples.
Commands
8 commands for Conda
conda Operations
Conda Command: Activate Environment
conda activate <environment_name> conda Operations
Conda Command: Clean Unused Packages
conda clean -a conda Operations
Conda Command: Create New Environment
conda create -n <environment_name> <python=3.9 matplotlib> conda Operations
Conda Command: Deactivate Environment
conda deactivate conda Operations
Conda Command: Delete Environment
conda remove -n <environment_name> --all conda Operations
Conda Command: Install Packages Current Environment
conda install <python=3.4 numpy> conda Operations
Conda Command: List All Environments
conda info -e conda Operations
Conda Command: List Installed Packages
conda list Suggest a Conda Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Conda workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.