"conda install -c fastai fastai" can't work

I opened a terminal in jupyter. And execute the commands below:

conda install -c fastai fastai

But it returns that:

bash: conda: command no found.

Selection_111

Why does it happened?

Thanks.