Skip to content

Conda cheatsheet

Mitchell Robert Vollger edited this page Jul 13, 2022 · 3 revisions

Here's a great walkthough of the basic steps to get miniconda/conda working for you: https://geohackweek.github.io/Introductory/01-conda-tutorial/

Here's also a great cheatsheet: https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf

Mamba

Use mamba for faster instals.

conda install mamba -n base -c conda-forge

And then use mamba to install things:

mamba install ...

https://github.com/mamba-org/mamba

Clone this wiki locally