Cannot install anaconda navigator on new mbp via terminal

Ive reached this page to install anaconda navigator and Im told to use this command:

conda install -c anaconda anaconda-navigator

but when I go to terminal and run it i just get

zsh: command not found: conda

Ive already installed python 3.10 by downloading the package here

dear quique123.

Thank you for your contribution to the anaconda community.

A fresh Python installation on your system will overwrite your PATH and conda will not be recognized.

To solve, you need to pass the PATH to the directory where Anaconda3 is installed.

For details, please refer to the following URL.

Kinds, regards.

@quique123 Though it sounds as if you’ve installed Python, it sounds like you have not installed Anaconda or Miniconda to get conda installed. Conda does not come with Python from python.org. If you are looking to have Anaconda Navigator, I’d recommend downloading and installing the Anaconda Distribution: Anaconda | Anaconda Distribution That will get you conda, Anaconda Navigator and a bunch of other libraries that are commonly used for data science.