Conda/Mamba tips and tricks
Jump to navigation
Jump to search
Downgrading Conda Version
conda config --set allow_conda_downgrades true
conda install conda=a.b.c # version you want to install
Manage Conda Channel
Commands | Description | Notes |
---|---|---|
conda config --add channels conda-forge
|
Add conda channel | |
conda config --set channel_priority strict
|
Set channel priority policy | |
conda config --show-sources
|
Show config | |
conda list --show-channel-urls
|
Listup conda channels |