conda-list
Verified for current stable LTS
Conda List Command: Save Packages Export
Use for save packages export with Conda List. Exact CLI syntax to save packages export using Conda List.
When to use this: Use for save packages export with Conda List.
Command Syntax
conda list -e > <path/to/package-list.txt> conda list -e > <path/to/package-list.txt> Command Breakdown
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to save packages export using Conda List.
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 List Command: Filter Installed Packages Regex
conda list <regex> Conda List Command: List All Packages Current Environment conda list Conda List Command: List Packages Installed Path conda list -p <path/to/environment> Conda List Command: List Packages Named Environment conda list -n <environment> Grep Command: Use Extended Regexes Case Insensitive grep -Ei "<search_pattern>" <path/to/file>