conda config --show
conda create -n test_env python=3.10 --y
conda activate test_env
conda install dtn-dsutils-base
conda deactivate
conda env create -f env.yml
conda remove --name test_env --all --y
.condarc:
auto_activate_base: true
channels:
- https://dtn.jfrog.io/artifactory/api/conda/conda/dtn
- https://dtn.jfrog.io/artifactory/api/conda/conda
- nodefaults
show_channel_urls: true
channel_priority: flexible
conda clean --all
mamba clean --all
conda clean --packages --tarballs