6. Conda Environments

6.1. Obtaining Conda/Mamba

If conda and/or mamba is not available on a development machine, follow the instructions to download miniconda3 at Miniconda/Continuum Analytics website.

Note

It may be worth considering changing the default installation location to a partition with more space.

From the command line, enter:

df -h

to see how much space is available on the disk partitions on the host.

When asked to initialize Miniconda3 by running conda init, enter yes. This allows conda to append the user’s .bashrc file so that when the bash shell is invoked, the user will automatically be placed in a conda ‘base’ environment. This base environment is a very simple, minimal environment. From this base environment, the user can readily activate other conda envs.