RichardScottOZ / conda-notes

Notes of relevance to working with Anaconda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conda-notes

Notes of relevance to working with the Anaconda python distribution

Distributions

  • Full Anaconda
  • Miniconda [my preference]
  • Micromamba [minimalist shell install useful for headless machine install of a minimal set of packages]
  • Mamba : the libmamba solver in the latest conda seems to be working well so far

Environments

Hack library finding

echo Continuum/anaconda3/envs/*/lib/python*/site-packages/packageName | sed -E 's/[^ ]+envs\/([^/]+)\/lib[^ ]+/\1/g'

Continuum/anaconda3/condabin/conda.bat info --envs | awk '{print $1}' | xargs -ix Continuum/anaconda3/condabin/conda.bat list -n x | grep dask-geopandas

Continuum/anaconda3/condabin/conda.bat info --envs | awk '{print $1}' | xargs -ix Continuum/anaconda3/condabin/conda.bat list -n x | grep geoapps