Initialize conda for your shell
mainIf conda or mamba are not recognized in your standard terminal, you need to initialize your shell.
On Windows, run this from the Miniforge Prompt.
On Unix, if you used a non-interactive install, call the command using its full path (e.g., ~/miniforge3/bin/conda init).
conda init
# Or for Unix non-interactive installs:
~/miniforge3/bin/conda init