Setting up Cookiecutter in Python

329 Views Asked by At

I have used the following code for Cookiecutter set up:

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

step 2 : $ cookiecutter https://github.com/drivendata/cookiecutter-data-science (this doesn't 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

1

There are 1 best solutions below

0
On

cookiecutter might not be on the path

Check with

which cookiecutter

locate cookiecutter

Then add to path