% conda
zsh: command not found: conda
If you are getting the above error message on macOS Terminal after you try conda command, there found the below reasons,
- conda package has not been installed on your device.
- conda has been installed but the path is not set.

Download and install conda from its website for macOS:
Anaconda: https://www.anaconda.com/download/Miniconda: https://conda.io/miniconda.html
This should add the environment path to the zshrc profile
If conda is already installed make sure you add its path to the environment variable in the zsh profile file:
- Open Zsh profile file: nano ~/.zshrc
- Add the line at the bottom of the file:
export PATH ="/Users/c2c/anaconda/bin:$PATH"
- Save the file.
- Apply the changes: source ~/.zshrc
You can check if the changes got done properly by running the command conda --version if you do not get the error again and you see the version displayed that you are good to go!
- How to make zsh as the default shell on Ubuntu
- Resolve - zsh: command not found: code
- Fix - zsh: command not found: conda [macOS]
- zsh: command not found [fix] macOS
- Setting up Zsh Syntax Highlighting
- Fix for zsh: command not found: brew
- Fix zsh: permission denied: script.sh
- [fix] zsh: illegal hardware instruction python TensorFlow M1/M2 Mac
- How to clear ZSH history of commands executed on Mac Terminal
- Ubuntu zsh: command not found: nano
- How to reload zsh shell profile file?
- macOS Ventura 13: The default interactive shell is now zsh
- zsh: exec format error eclipse M1 Mac
- How to Download Jira App for Mac - Jira
- [Solved] Bootstrap tooltip not working - Bootstrap
- How to make a dummy phone call from Android Emulator device - Android
- [Solution] macOS Big Sur Installation: There is not enough free space, Additional Space Required - MacOS
- Install Native Golang on M1/M2 ARM based Mac - MacOS
- MySQL : Error :1004 SQLSTATE: HY000 (ER_CANT_CREATE_FILE) Can't create file - MySQL
- How to install python pip on Ubuntu using apt command - Linux
- Align html element at the center of page vertically and horizontally - Html