I\'ve installed Anaconda and set Path environment variable to C:\\Anaconda3; C:\\Anaconda3\\Scripts.
C:\\Anaconda3; C:\\Anaconda3\\Scripts
Then I try to run in Git Bash
conda
in Git bash,
conda init bash
will work well.
if you wanna use different shell,
conda init [shell_name]
[shell_name] can be: bash, cmd.exe, fish, powershell, tcsh, xonsh, zsh
use conda init --help for more info.
conda init --help