Results 30 comments of Michael Joseph

@VinceGa https://github.com/cookiecutter/cookiecutter/pull/1341

cookiecutter has integrated with a git submodule, so we'd still need to make improvements in this repo (or move the tutorial into the cookiecutter repo).

I installed today and the initial import took 12s on a 13 Mb history file. ``` 🕙 2021-08-02 11:10:01 ❯ source ~/.bashrc McFly: Importing shell history for the first time....

@beveradb thanks for nudge! (the irony of this project not having an up-to-date release is not lost on me 🙄)

@michaelaye I should do this programatically (and document it better), but installing `virtualenv` should get you further...

Another workaround would be to read the context from the [`replay_dir`](https://github.com/audreyr/cookiecutter/blob/master/cookiecutter/main.py#L84)?

@theodesp From https://docs.python.org/2/using/windows.html#finding-modules: > If the environment variable PYTHONPATH exists, as described in Environment variables, its entries are added next. **Note that on Windows, paths in this variable must be...

We could add the `hooks` directory to the `PYTHONPATH` envvar of the subprocess call? @henrahmagix, @bittner: would either of you be interested in putting together a PR for this change?

@bittner, we don't need to generate all the files in `hooks` directory as long as any shared modules / non-hook files in the `hooks` directory don't require templating. We have...

@theodesp would you like to have a go at implementing this? 🙏