# 011 internal - what is conda - conda vs anaconda - conda vs pip vs pipenv vs ... - conda installation (regular on laptop and terminal on cluster) - Downloaded command line package - Install via command line - miniconda - creating environment - conda create with a name - create with fixed path - activating an environment - if you have "initialized your shell for conda" - if you haven't: source anaconda3/bin/activate - how to verify activation - installing into it - conda install - how to install a specific version - creating environment.yml - --from-history - --no-builds - removing environment? - installing from environment.yml - into a specific path - handling dependency conflicts - how conflicts might come about - "freezing" environments - what to freeze? what not to freeze - creating a package - what is conda forge - alias for conda env - alias `ce` to create an isolated environment from environment.yml - mamba and micromamba