I have installed python cookiecutter using conda:
conda config --add channels conda-forge
conda install coockiecutter
In anaconda prompt "cookiecutter --version" shows "1.6.0 from d:\users\username\appdata\local\continuum\anaconda3\lib\site-packages.
Upon running cookiecutter command in git bash and it gives an error "bash: cookiecutter: command not found".
I have already added the path where cookiecutter is installed in windows environment variable "path".
Could you please suggest me how to resolve this issue?