DEV Community

Discussion on: Creating a python package with cookiecutter

Collapse
 
miniscruff profile image
miniscruff

For global packages in python I recommend using pipx, it will create a venv for you and add it to the PATH. eg: pip install pipx; pipx install cookiecutter. Or if you are on Unix, pyenv can do similar stuff I believe.

Great post tho, I have looked 5 cookie cutters at work for everything from a python service to docker images.