conda init
all
Initialize conda for shell interaction. Most shells need to be closed and restarted for changes to take effect.
More info →Examples (6)
Initialize a specific shell (if none is specified, defaults to `bash` for UNIX and `powershell` for Windows)
conda init zsh|bash|powershell|fish|tcsh|xonshInitialize all available shells
conda init --allInitialize conda for all users on the system
conda init --systemDon't initialize conda for the current user
conda init --no-userAdd `condabin/` directory to `$PATH`
conda init --condabinUndo effects of the last `conda init`
conda init --reversemade by @shridhargupta | data from tldr-pages