commands.sh

conda activate

all

Activate a conda environment. See also: `conda deactivate`.

More info →

Options (1)

-h, --helpboolean

Display help

Example: conda activate {{[-h|--help]}}

Examples (5)

Activate an existing environment named `myenv`

Activate an existing environment located at custom path

conda activate path/to/myenv

Stack `myenv` environment on top of a previous environment making libraries/commands/variables from both accessible

conda activate --stack myenv

Start a clean environment `myenv` without stacking it making previous environment libraries/commands/variables not accessible

conda activate --no-stack myenv

Display help

conda activate [-h|--help]
made by @shridhargupta | data from tldr-pages