Trying to set up Cookiecutter in Python ( Git Bash Terminal)

I have used the following code for Cookiecutter set up:
step 1: code - conda install cookicutter (this worked by installing all packages)
step 2 : code - $ cookiecutter https://github.com/drivendata/cookiecutter-data-science (this doesnt execute)
it gives me bash: cookiecutter: command not found.

I have taken this code from one of courses for Data science and the code works fine there, But I am unable to run from my end. Here is the screenshot.

image

Sorry Sheeba, but I cannot see your screenshot. Copy and paste the text
from the terminal into the message will preserve your input as words,
not pixels.

(Don’t retype, select the text and copy, then paste into the message)

Your code seems to have a typo:

step 1: code - conda install cookicutter (this worked by installing all packages)

step 2 : code - $ cookiecutter https://github.com/drivendata/cookiecutter-data-science (this doesnt execute)

One of them is mistyped, but I don’t know which.

I also don’t use cookiecutter, so I don’t know if that second command
is even supposed to work. What do the cookiecutter docs say?

Are you sure that cookiecutter got installed? If so, where does conda
install it?

If you give the full installation path, does it work? Do you have execute permission?